Name change.

This commit is contained in:
Bartek Stalewski 2012-11-21 16:21:24 +01:00
parent b00123e42f
commit 1f1fcc9a74

32
gitignore Normal file
View file

@ -0,0 +1,32 @@
# Compiled Python scripts
*.pyc
*.pyo
__pycache__
# Compiled Java classes
*.class
# Compiled C files
*.a
*.o
# SQLite databases
*.db
*.sqlite
# Temporary or runtime files
*.old
*.bak
*.swp
*.swo
*.swn
*.local
*.log
*.pid
*.cache
*.orig
*~
.sass-cache
# Python Sphinx and setuptools files
/doc/_build
/build
/dist
*.egg-info
# Mac OS X specific
.DS_Store