add a gitignore
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
|
||||
# Automatically generated by `hgimportsvn`
|
||||
syntax:glob
|
||||
.svn
|
||||
.hgsvn
|
||||
|
||||
# These lines are suggested according to the svn:ignore property
|
||||
# Feel free to enable them by uncommenting them
|
||||
syntax:glob
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.swp
|
||||
*.html
|
||||
*.class
|
||||
*.orig
|
||||
|
||||
*.sublime-*
|
||||
.Python
|
||||
|
||||
build/
|
||||
dist/
|
||||
include/
|
||||
lib/
|
||||
bin/
|
||||
xdist/_version.py*
|
||||
pytest_xdist.egg-info
|
||||
issue/
|
||||
3rdparty/
|
||||
pytestdebug.log
|
||||
.tox/
|
||||
.cache/
|
||||
.eggs/
|
||||
Reference in New Issue
Block a user