From 7739bc60bd640e3ffba793bb7b8132153e21bc76 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Fri, 2 Nov 2018 13:08:06 +0100 Subject: gitignore test-suite/misc/poly-capture-global-univs/src/evil.ml With camlp4 this file was not created but now that we use mlg it has appeared. --- test-suite/misc/poly-capture-global-univs/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/test-suite/misc/poly-capture-global-univs/.gitignore b/test-suite/misc/poly-capture-global-univs/.gitignore index f5a6d22b8e..2a6a6bc68d 100644 --- a/test-suite/misc/poly-capture-global-univs/.gitignore +++ b/test-suite/misc/poly-capture-global-univs/.gitignore @@ -1 +1,2 @@ /Makefile* +/src/evil.ml -- cgit v1.2.3