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.
*.glob
*.ml.d
*.ml4.d
+*.mlg.d
*.mli.d
*.mllib.d
*.mlpack.d
*.vo
*.vok
*.vos
-.coq-native/
+.coq-native
.csdp.cache
.lia.cache
.nia.cache
nia.cache
nlia.cache
nra.cache
+native_compute_profile_*.data
# generated timing files
*.timing.diff