From d4a06d75a3ca544a051a1932b9fc4364b3bda033 Mon Sep 17 00:00:00 2001 From: Jon Schlueter Date: Thu, 23 Apr 2015 12:15:55 -0400 Subject: [PATCH] Add some generated example files to the .gitignore list --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/.gitignore b/.gitignore index 400ce4469..67d369145 100644 --- a/.gitignore +++ b/.gitignore @@ -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