gitignore for python

This commit is contained in:
William S Fulton 2015-04-25 21:09:16 +01:00
commit f8e4b1beb5

30
.gitignore vendored
View file

@ -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