Add some generated example files to the .gitignore list
This commit is contained in:
parent
3394eab52e
commit
d4a06d75a3
1 changed files with 29 additions and 0 deletions
29
.gitignore
vendored
29
.gitignore
vendored
|
|
@ -157,7 +157,36 @@ Examples/test-suite/octave/*.oct
|
|||
*.py[cod]
|
||||
*/__pycache__/
|
||||
/__pycache__/
|
||||
Examples/python/*/example.py
|
||||
Examples/python/*/example_wrap.h
|
||||
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
|
||||
|
||||
# Scilab generated files
|
||||
loader.sce
|
||||
|
||||
# Pearl Examples generated files
|
||||
Examples/test-suite/perl5/*.pm
|
||||
Examples/test-suite/perl5/*.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue