未验证 提交 68f4c9a5 编写于 作者: J Jason Gross 提交者: GitHub

Update Coq.gitignore

Coq now uses .mlg rather than .ml4 (since https://github.com/coq/coq/pull/8763), so we have to ignore its generated dependency files.  The `native_compute_profile_*.data` files are generated by `Set NativeCompute Profiling` (see https://github.com/coq/coq/pull/950).  Finally `.coq-native` is a directory that may be generated in any subdirectory, not only at top level, so we should not use absolute paths for it.
上级 218a941b
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
*.glob *.glob
*.ml.d *.ml.d
*.ml4.d *.ml4.d
*.mlg.d
*.mli.d *.mli.d
*.mllib.d *.mllib.d
*.mlpack.d *.mlpack.d
...@@ -20,7 +21,7 @@ ...@@ -20,7 +21,7 @@
*.vo *.vo
*.vok *.vok
*.vos *.vos
.coq-native/ .coq-native
.csdp.cache .csdp.cache
.lia.cache .lia.cache
.nia.cache .nia.cache
...@@ -31,6 +32,7 @@ lia.cache ...@@ -31,6 +32,7 @@ lia.cache
nia.cache nia.cache
nlia.cache nlia.cache
nra.cache nra.cache
native_compute_profile_*.data
# generated timing files # generated timing files
*.timing.diff *.timing.diff
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册