diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-01 23:20:08 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-01 23:20:08 -0500 |
commit | 6afb9ac595b025b06c7664e600aa3781c217651f (patch) | |
tree | 115b8f89c8ee65c4baa0ba47d0082a8703550325 /doc | |
parent | 3ebf232f7c3c085556c7577db9665c33c64defb5 (diff) |
doc/.gitignore: ignore generated documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/.gitignore | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/.gitignore b/doc/.gitignore index ed193ea..54a1602 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,4 +1,9 @@ -*.pdf +/api +/app +/guides + *.html +*.pdf *.png -!stickman.png + +!/stickman.png |