mirror of https://github.com/kbandla/dpkt.git
adding a python based .gitignore
This commit is contained in:
parent
3dcfbafcfa
commit
4cab437e66
|
@ -0,0 +1,33 @@
|
|||
*.py[cod]
|
||||
|
||||
# Packages
|
||||
*.egg
|
||||
*.egg-info
|
||||
dist
|
||||
build
|
||||
eggs
|
||||
parts
|
||||
bin
|
||||
var
|
||||
sdist
|
||||
develop-eggs
|
||||
.installed.cfg
|
||||
lib
|
||||
lib64
|
||||
__pycache__
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
.tox
|
||||
|
||||
# iPython temp files
|
||||
.ipynb_checkpoints
|
||||
|
||||
# Mac DS files
|
||||
.DS_Store
|
||||
|
||||
# ReadTheDocs build directory
|
||||
_build
|
Loading…
Reference in New Issue