Added .gitignore.

This commit is contained in:
Bartek Stalewski 2012-11-21 14:52:52 +01:00
parent 595703bf20
commit b00123e42f

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