summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-04-25 21:09:16 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-04-25 21:09:16 +0100
commitf8e4b1beb59696bf009b2dcb3cd4e31e3c6590a9 (patch)
tree8091e96e8a5468cacbd86b7733fbabe1646aa6f8 /.gitignore
parenta0fe65839c31c52e2d6aae66866e3cac3f7f0548 (diff)
downloadswig-f8e4b1beb59696bf009b2dcb3cd4e31e3c6590a9.tar.gz
gitignore for python
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore30
1 files changed, 6 insertions, 24 deletions
diff --git a/.gitignore b/.gitignore
index 759a3eaa8..4d4531da2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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