summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2019-01-01 09:22:36 -0700
committerZackery Spytz <zspytz@gmail.com>2019-01-01 09:22:36 -0700
commitf682490ce92b1a92c47f20b5df22ff2e9a988208 (patch)
tree93405cef4ead01acc0f3c97347f362de63a1bc43 /.gitignore
parenta0a1e4a7bf4e43d1046c179e1d378f1cba84a959 (diff)
downloadswig-f682490ce92b1a92c47f20b5df22ff2e9a988208.tar.gz
[OCaml] Add an OCaml entry to .gitignore
[skip ci]
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a2acc0053..53b6187e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -158,6 +158,18 @@ Examples/java/doxygen/javadocs
Examples/test-suite/javascript/*/
*.gyp
+# OCaml
+Examples/test-suite/ocaml/*.ml*
+Examples/test-suite/ocaml/*.cm*
+Examples/test-suite/ocaml/runme
+!Examples/test-suite/ocaml/*runme.ml
+Examples/ocaml/**/example.ml*
+Examples/ocaml/**/example
+Examples/ocaml/**/example_top
+Examples/ocaml/**/*.cm*
+Examples/ocaml/**/swig.ml*
+Examples/ocaml/**/swigp4.ml
+
# Octave
swigexample*.oct
Examples/test-suite/octave/*.oct