Commit Graph
8 Commits
Author SHA1 Message Date
Jason GrossandGitHub 893c558947 Add rubber cache files to TeX.gitignore
Generated by [rubber](https://tex-talk.net/2011/12/building-documents-with-rubber/).  [The docs](https://github.com/petrhosek/rubber/blob/8ec18fd096b186901f197d26c8e1060b42f0b34f/doc/rubber.texi#L158) claim to use `rubber.cache`, but I've seen $filename.rubbercache in the wild, so I'm including both.
2024-04-03 21:19:57 +01:00
Jason GrossandGitHub 68f4c9a5a9 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.
2021-04-13 10:39:58 -04:00
Jason GrossandGitHub 994f99fc35 Add generated timing files to Coq.gitignore (#3367)
These generated files were added in https://github.com/coq/coq/pull/745
2020-04-07 09:53:51 -03:00
Jason GrossandBrendan Forster 38c1cfcdbc Update Coq.gitignore after coq/coq#11075 (#3247)
Add .vok files from https://github.com/coq/coq/pull/11075
2019-11-25 16:45:55 -04:00
Jason GrossandBrendan Forster 44bc08a5d1 Update Coq.gitignore for coq/coq#8642 and coq/coq#10947 (#3223) 2019-11-08 17:08:16 -04:00
Jason GrossandGitHub 8202fbb408 Add mllib, mlpack files 2016-10-11 17:25:39 -04:00
Jason GrossandGitHub 6615075fe4 Add .native 2016-10-11 17:21:20 -04:00
Jason GrossandGitHub 46d36eb78f 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.
2016-10-11 17:18:40 -04:00