diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..00ce93e --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | *.aux | ||
| 2 | *.glob | ||
| 3 | *.vio | ||
| 4 | *.vo | ||
| 5 | *.vok | ||
| 6 | *.vos | ||
| 7 | .CoqMakefile.d | ||
| 8 | .Makefile.coq.d | ||
| 9 | .direnv | ||
| 10 | .lia.cache | ||
| 11 | Makefile.coq | ||
| 12 | Makefile.coq.conf | ||
| 13 | *#*.v# | ||
| 14 | *~ | ||
| 15 | _build/ | ||
| 16 | _coverage/ | ||
| 17 | _opam/ | ||
| 18 | result | ||
| 19 | mininix_history | ||
| 20 | .vscode/ | ||
| 21 | .envrc | ||
| 22 | mininix.install | ||