From d305b8a3fca17065a9f53161766c76dd60e5148d Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 19 Jan 2019 19:45:51 +0000 Subject: [PATCH] update .gitignore for Python and OCaml --- .gitignore | 8 +++++--- 1 file 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