gitignore for python
This commit is contained in:
parent
a0fe65839c
commit
f8e4b1beb5
1 changed files with 6 additions and 24 deletions
30
.gitignore
vendored
30
.gitignore
vendored
|
|
@ -161,31 +161,13 @@ Examples/test-suite/perl5/*.pm
|
|||
*.py[cod]
|
||||
*/__pycache__/
|
||||
/__pycache__/
|
||||
Examples/test-suite/python/*.py
|
||||
!Examples/test-suite/python/*_runme.py
|
||||
Examples/python/*/example.py
|
||||
Examples/python/import/bar.py
|
||||
Examples/python/import/base.py
|
||||
Examples/python/import/foo.py
|
||||
Examples/python/import/spam.py
|
||||
Examples/python/import_packages/from_init1/py2/pkg2/bar.py
|
||||
Examples/python/import_packages/from_init1/py2/pkg2/foo.py
|
||||
Examples/python/import_packages/from_init2/py2/pkg2/bar.py
|
||||
Examples/python/import_packages/from_init2/py2/pkg2/pkg3/foo.py
|
||||
Examples/python/import_packages/from_init3/py2/pkg2/bar.py
|
||||
Examples/python/import_packages/from_init3/py2/pkg2/pkg3/pkg4/foo.py
|
||||
Examples/python/import_packages/relativeimport1/py2/pkg2/bar.py
|
||||
Examples/python/import_packages/relativeimport1/py2/pkg2/pkg3/foo.py
|
||||
Examples/python/import_packages/relativeimport2/py2/pkg2/bar.py
|
||||
Examples/python/import_packages/relativeimport2/py2/pkg2/pkg3/pkg4/foo.py
|
||||
Examples/python/import_packages/relativeimport3/py2/pkg2/bar.py
|
||||
Examples/python/import_packages/relativeimport3/py2/pkg2/pkg3/foo.py
|
||||
Examples/python/import_packages/same_modnames1/pkg1/foo.py
|
||||
Examples/python/import_packages/same_modnames1/pkg2/foo.py
|
||||
Examples/python/import_packages/same_modnames2/pkg1/foo.py
|
||||
Examples/python/import_packages/same_modnames2/pkg1/pkg2/foo.py
|
||||
Examples/python/import_template/bar.py
|
||||
Examples/python/import_template/base.py
|
||||
Examples/python/import_template/foo.py
|
||||
Examples/python/import_template/spam.py
|
||||
Examples/python/**/bar.py
|
||||
Examples/python/**/base.py
|
||||
Examples/python/**/foo.py
|
||||
Examples/python/**/spam.py
|
||||
|
||||
# Scilab generated files
|
||||
loader.sce
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue