Skip to content

Commit 3881d79

Browse files
committed
Ignore and clean file .lia.cache
This file is created by Coq when running some tactics
1 parent 873c621 commit 3881d79

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,6 @@
6767
# MacOS metadata
6868
.DS_Store
6969
# Test generated data
70-
/test/clightgen/*.v
70+
/test/clightgen/*.v
71+
# Coq cache
72+
.lia.cache

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ clean:
268268
rm -f extraction/STAMP extraction/*.ml extraction/*.mli .depend.extr
269269
rm -f tools/ndfun tools/modorder tools/*.cm? tools/*.o
270270
rm -f $(GENERATED) .depend
271+
rm -f .lia.cache
271272
$(MAKE) -f Makefile.extr clean
272273
$(MAKE) -C runtime clean
273274
$(MAKE) -C test clean

0 commit comments

Comments
 (0)