summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJon Schlueter <jon.schlueter@gmail.com>2015-04-23 12:15:55 -0400
committerJon Schlueter <jon.schlueter@gmail.com>2015-04-23 12:24:53 -0400
commitd4a06d75a3ca544a051a1932b9fc4364b3bda033 (patch)
tree95d7020cf228bf956518afcf50802ca061e86f03 /.gitignore
parent3394eab52e28658a18f0d89238a6a7fb1fcb8d34 (diff)
downloadswig-d4a06d75a3ca544a051a1932b9fc4364b3bda033.tar.gz
Add some generated example files to the .gitignore list
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore29
1 files changed, 29 insertions, 0 deletions
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