Add .gitignore.
This commit is contained in:
parent
66260d37bc
commit
e1fa954dc2
1 changed files with 21 additions and 0 deletions
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal 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
|
||||||
Loading…
Add table
Reference in a new issue