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.
This commit is contained in:
parent
abad92dac5
commit
46d36eb78f
@ -1,3 +1,27 @@
|
|||||||
*.vo
|
.*.aux
|
||||||
|
*.a
|
||||||
|
*.cma
|
||||||
|
*.cmi
|
||||||
|
*.cmo
|
||||||
|
*.cmx
|
||||||
|
*.cmxa
|
||||||
|
*.cmxs
|
||||||
*.glob
|
*.glob
|
||||||
|
*.ml.d
|
||||||
|
*.ml4.d
|
||||||
|
*.mli.d
|
||||||
|
*.o
|
||||||
*.v.d
|
*.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
|
||||||
|
Loading…
Reference in New Issue
Block a user