Update .gitignore for python output
Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
This commit is contained in:
parent
398776d6de
commit
5d004577e2
78
.gitignore
vendored
78
.gitignore
vendored
@ -1,25 +1,53 @@
|
|||||||
jerasure/Examples/Coding/decoder_k01
|
# Byte-compiled / optimized / DLL files
|
||||||
jerasure/Examples/Coding/decoder_k02
|
__pycache__/
|
||||||
jerasure/Examples/Coding/decoder_k03
|
*.py[cod]
|
||||||
jerasure/Examples/Coding/decoder_k04
|
|
||||||
jerasure/Examples/Coding/decoder_k05
|
# C extensions
|
||||||
jerasure/Examples/Coding/decoder_k06
|
*.so
|
||||||
jerasure/Examples/Coding/decoder_k07
|
|
||||||
jerasure/Examples/Coding/decoder_k08
|
# Distribution / packaging
|
||||||
jerasure/Examples/Coding/decoder_k09
|
.Python
|
||||||
jerasure/Examples/Coding/decoder_k10
|
env/
|
||||||
jerasure/Examples/Coding/decoder_m01
|
build/
|
||||||
jerasure/Examples/Coding/decoder_m02
|
develop-eggs/
|
||||||
jerasure/Examples/Coding/test_file_k01.0
|
dist/
|
||||||
jerasure/Examples/Coding/test_file_k02.0
|
eggs/
|
||||||
jerasure/Examples/Coding/test_file_k03.0
|
lib/
|
||||||
jerasure/Examples/Coding/test_file_k04.0
|
lib64/
|
||||||
jerasure/Examples/Coding/test_file_k05.0
|
parts/
|
||||||
jerasure/Examples/Coding/test_file_k06.0
|
sdist/
|
||||||
jerasure/Examples/Coding/test_file_k07.0
|
var/
|
||||||
jerasure/Examples/Coding/test_file_k08.0
|
*.egg-info/
|
||||||
jerasure/Examples/Coding/test_file_k09.0
|
.installed.cfg
|
||||||
jerasure/Examples/Coding/test_file_k10.0
|
*.egg
|
||||||
jerasure/Examples/Coding/test_file_m01.0
|
|
||||||
jerasure/Examples/Coding/test_file_m02.0
|
# PyInstaller
|
||||||
jerasure/Examples/test_file.0
|
# Usually these files are written by a python script from a template
|
||||||
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||||
|
*.manifest
|
||||||
|
*.spec
|
||||||
|
|
||||||
|
# Installer logs
|
||||||
|
pip-log.txt
|
||||||
|
pip-delete-this-directory.txt
|
||||||
|
|
||||||
|
# Unit test / coverage reports
|
||||||
|
htmlcov/
|
||||||
|
.tox/
|
||||||
|
.coverage
|
||||||
|
.cache
|
||||||
|
nosetests.xml
|
||||||
|
coverage.xml
|
||||||
|
|
||||||
|
# Translations
|
||||||
|
*.mo
|
||||||
|
*.pot
|
||||||
|
|
||||||
|
# Django stuff:
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Sphinx documentation
|
||||||
|
docs/_build/
|
||||||
|
|
||||||
|
# PyBuilder
|
||||||
|
target/
|
||||||
|
Loading…
Reference in New Issue
Block a user