diff options
author | Jason Gross <jasongross9@gmail.com> | 2017-06-27 15:07:00 -0400 |
---|---|---|
committer | Jason Gross <jgross@mit.edu> | 2017-06-30 13:19:21 -0400 |
commit | 4e4cd68f626e68c5eb9dcb58fe485bd48c0384fc (patch) | |
tree | b07985d7193ec4d8ad54147cb91dd877327d372d | |
parent | 35e0f327405fb659c7ec5f9f7d26ea284aa45810 (diff) |
Update .gitignore with doc/tutorial/Tutorial.v.out
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index acb1100bc..5340f081d 100644 --- a/.gitignore +++ b/.gitignore @@ -106,6 +106,7 @@ doc/stdlib/FullLibrary.coqdoc.tex doc/stdlib/html/ doc/stdlib/index-body.html doc/stdlib/index-list.html +doc/tutorial/Tutorial.v.out doc/RecTutorial/RecTutorial.html doc/RecTutorial/RecTutorial.ps dev/ocamldoc/*.html |