diff options
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | tuto2/src/.gitignore | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6efd03647c..3e4978fac4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ *.ml*.d -*.cm[ix]* +*.cm[ixt]* Makefile.coq* *~ *.[ao] @@ -8,3 +8,6 @@ Makefile.coq* *.glob *.aux */*/.merlin + +# by convention g_foo.ml is generated +g_*.ml diff --git a/tuto2/src/.gitignore b/tuto2/src/.gitignore new file mode 100644 index 0000000000..5b1b6a902e --- /dev/null +++ b/tuto2/src/.gitignore @@ -0,0 +1 @@ +/demo.ml |
