We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f90348 + 8202fbb commit 02a362bCopy full SHA for 02a362b
Coq.gitignore
@@ -1,3 +1,30 @@
1
-*.vo
+.*.aux
2
+*.a
3
+*.cma
4
+*.cmi
5
+*.cmo
6
+*.cmx
7
+*.cmxa
8
+*.cmxs
9
*.glob
10
+*.ml.d
11
+*.ml4.d
12
+*.mli.d
13
+*.mllib.d
14
+*.mlpack.d
15
+*.native
16
+*.o
17
*.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