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 | 65289cfb93599cdad1f3476f2f8728e5b0752779 (patch) | |
tree | c396988a6715e16fcad1feead3b80905492b97af /doc | |
parent | faa08e4f2dbc6fb37619df7375638c1a7749ef80 (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 |