summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-01-19 19:45:51 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-01-19 19:52:40 +0000
commitd305b8a3fca17065a9f53161766c76dd60e5148d (patch)
tree11faa3ebb60817b8badf5557bd6a58c0847d106d /.gitignore
parent721f6ddef16b0df06f6045a1ca9888ac335f21e7 (diff)
downloadswig-d305b8a3fca17065a9f53161766c76dd60e5148d.tar.gz
update .gitignore for Python and OCaml
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 8aff2c699..1f1561475 100644
--- a/.gitignore
+++ b/.gitignore
@@ -161,7 +161,7 @@ Examples/test-suite/javascript/*/
# OCaml
Examples/test-suite/ocaml/*.ml*
Examples/test-suite/ocaml/*.cm*
-Examples/test-suite/ocaml/runme
+Examples/test-suite/ocaml/*_runme
!Examples/test-suite/ocaml/*runme.ml
Examples/ocaml/**/example.ml*
Examples/ocaml/**/runme
@@ -193,13 +193,15 @@ Examples/php/*/example.php
/__pycache__/
Examples/test-suite/python/*.py
!Examples/test-suite/python/*runme.py
-Examples/python/**/example.py
Examples/python/**/bar.py
Examples/python/**/base.py
+Examples/python/**/example.py
Examples/python/**/foo.py
-Examples/python/**/spam.py
Examples/python/**/robin.py
+Examples/python/**/runme3.py
+Examples/python/**/spam.py
Examples/python/import_packages/module_is_init/pkg1/__init__.py
+Examples/python/import_packages/namespace_pkg/path4.zip
Examples/python/doxygen/example.html
# R