Skip to content

Commit 02a362b

Browse files
authored
Merge pull request #2130 from JasonGross/patch-1
Update Coq.gitignore
2 parents 1f90348 + 8202fbb commit 02a362b

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

Coq.gitignore

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
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+
*.mllib.d
14+
*.mlpack.d
15+
*.native
16+
*.o
317
*.v.d
18+
*.vio
19+
*.vo
20+
.coq-native/
21+
.csdp.cache
22+
.lia.cache
23+
.nia.cache
24+
.nlia.cache
25+
.nra.cache
26+
csdp.cache
27+
lia.cache
28+
nia.cache
29+
nlia.cache
30+
nra.cache

0 commit comments

Comments
 (0)