SIGN IN SIGN UP
github / gitignore UNCLAIMED

A collection of useful .gitignore templates

0 0 39 Ignore List

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.
J
Jason Gross committed
68f4c9a5a9710d0e7a669a760d15e76107e69acf
Parent: 218a941
Committed by GitHub <noreply@github.com> on 4/13/2021, 2:39:58 PM