We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873c621 commit 3881d79Copy full SHA for 3881d79
.gitignore
@@ -67,4 +67,6 @@
67
# MacOS metadata
68
.DS_Store
69
# Test generated data
70
-/test/clightgen/*.v
+/test/clightgen/*.v
71
+# Coq cache
72
+.lia.cache
Makefile
@@ -268,6 +268,7 @@ clean:
268
rm -f extraction/STAMP extraction/*.ml extraction/*.mli .depend.extr
269
rm -f tools/ndfun tools/modorder tools/*.cm? tools/*.o
270
rm -f $(GENERATED) .depend
271
+ rm -f .lia.cache
272
$(MAKE) -f Makefile.extr clean
273
$(MAKE) -C runtime clean
274
$(MAKE) -C test clean
0 commit comments