Skip to content

Commit 46d36eb

Browse files
authored
Update Coq.gitignore
Add various files that show up when you run tactics (the *.cache in 8.4 and 8.5, .*.cache in 8.6), build plugins (the various OCaml files), and for the native compiler of Coq 8.5.
1 parent abad92d commit 46d36eb

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

Coq.gitignore

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1-
*.vo
1+
.*.aux
2+
*.a
3+
*.cma
4+
*.cmi
5+
*.cmo
6+
*.cmx
7+
*.cmxa
8+
*.cmxs
29
*.glob
10+
*.ml.d
11+
*.ml4.d
12+
*.mli.d
13+
*.o
314
*.v.d
15+
*.vio
16+
*.vo
17+
.coq-native/
18+
.csdp.cache
19+
.lia.cache
20+
.nia.cache
21+
.nlia.cache
22+
.nra.cache
23+
csdp.cache
24+
lia.cache
25+
nia.cache
26+
nlia.cache
27+
nra.cache

0 commit comments

Comments
 (0)