diff options
| author | Columbus240 | 2020-08-24 19:27:33 +0200 |
|---|---|---|
| committer | Columbus240 | 2020-09-12 23:00:19 +0200 |
| commit | a8be1e2551bc4fbda9c45792c0dad5743c18fefd (patch) | |
| tree | 0fe098cb2dee92d3756b6ce01e721de0ea56e080 /.gitignore | |
| parent | 8f5b97b4315440e75658ce2165761bf086ad3e11 (diff) | |
Merge some of the gitignore files
Both /.gitignore and /lib/coq/.gitignore ignored some files in /lib/coq.
This commit removes /lib/coq/.gitignore and moves all ignore-statements
to /.gitignore . This should simplify the maintenance of gitignore files.
The situation with /test/mono/.gitignore is analogous.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,7 @@ lib/hol/sail-heap *.glob .*.aux /lib/coq/.nia.cache +/lib/coq/deps # Isabelle @@ -75,6 +76,7 @@ lib/hol/sail-heap /test/mono/log /test/mono/test.cmi /test/mono/test.cmo +/test/mono/test-output /language/*.pdf /language/*.uo |
