]> source.dussan.org Git - gitignore.git/commitdiff
Update Coq.gitignore
authorJason Gross <jasongross9@gmail.com>
Tue, 11 Oct 2016 21:18:40 +0000 (17:18 -0400)
committerGitHub <noreply@github.com>
Tue, 11 Oct 2016 21:18:40 +0000 (17:18 -0400)
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.

Coq.gitignore

index d3083b3a605d974e7af5060029a58012d71c251b..ad9b23e28718b8ee5a60c15788c3d1a337625d64 100644 (file)
@@ -1,3 +1,27 @@
-*.vo
+.*.aux
+*.a
+*.cma
+*.cmi
+*.cmo
+*.cmx
+*.cmxa
+*.cmxs
 *.glob
+*.ml.d
+*.ml4.d
+*.mli.d
+*.o
 *.v.d
+*.vio
+*.vo
+.coq-native/
+.csdp.cache
+.lia.cache
+.nia.cache
+.nlia.cache
+.nra.cache
+csdp.cache
+lia.cache
+nia.cache
+nlia.cache
+nra.cache