Add .gitignore.

This commit is contained in:
Jonathan Harker 2015-02-02 14:58:01 +13:00
parent 66260d37bc
commit e1fa954dc2

21
.gitignore vendored Normal file
View file

@ -0,0 +1,21 @@
*.pyc
*.pyo
*.egg
*.EGG
*.EGG-INFO
*.tmp*
*~
.installed.cfg
*.mo
\#*
.\#*
*.log
Thumbs.db
nosetests.xml
.noseids
.coverage
coverage.xml
# Everything that Sphinx builds.
docs/build