Browse Source

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.
pull/3701/head
Jason Gross 3 years ago
parent
commit
68f4c9a5a9
No account linked to committer's email address
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      Coq.gitignore

+ 3
- 1
Coq.gitignore View File

*.glob *.glob
*.ml.d *.ml.d
*.ml4.d *.ml4.d
*.mlg.d
*.mli.d *.mli.d
*.mllib.d *.mllib.d
*.mlpack.d *.mlpack.d
*.vo *.vo
*.vok *.vok
*.vos *.vos
.coq-native/
.coq-native
.csdp.cache .csdp.cache
.lia.cache .lia.cache
.nia.cache .nia.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

Loading…
Cancel
Save