diff options
| author | Hugo Herbelin | 2017-07-15 00:16:38 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2017-07-17 09:46:33 +0200 |
| commit | 8f12597c883db13abe7de3cc145d515b37d549ca (patch) | |
| tree | 5ca578e38a2c179297e560222c302919c265afda /.gitignore | |
| parent | 7b88d786d16c54fe8ad2d0802a1551bfc9265b9e (diff) | |
Adding a coqdoc target to test-suite.
One file was already ready for testing. We add another one.
Note that we have to remove the machine-dependent lines in the output
tex files.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5340f081dc..9081df3622 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,8 @@ test-suite/coq-makefile/*/subdir/done test-suite/coq-makefile/merlin1/.merlin test-suite/coq-makefile/plugin-reach-outside-API-and-fail/_CoqProject test-suite/coq-makefile/plugin-reach-outside-API-and-succeed-by-bypassing-the-API/_CoqProject +test-suite/coqdoc/Coqdoc.* +test-suite/coqdoc/index.html # documentation |
