We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 218a941 + 68f4c9a commit 5253281Copy full SHA for 5253281
1 file changed
Coq.gitignore
@@ -10,6 +10,7 @@
10
*.glob
11
*.ml.d
12
*.ml4.d
13
+*.mlg.d
14
*.mli.d
15
*.mllib.d
16
*.mlpack.d
@@ -20,7 +21,7 @@
20
21
*.vo
22
*.vok
23
*.vos
-.coq-native/
24
+.coq-native
25
.csdp.cache
26
.lia.cache
27
.nia.cache
@@ -31,6 +32,7 @@ lia.cache
31
32
nia.cache
33
nlia.cache
34
nra.cache
35
+native_compute_profile_*.data
36
37
# generated timing files
38
*.timing.diff
0 commit comments