diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-05 20:37:33 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-05 20:37:33 -0400 |
commit | bc528efa951e722d91ef0745e65634d19447cfdf (patch) | |
tree | e515cfef071374feb1c9e78c8526c23be1263119 /.gitignore | |
parent | da6ceaba1ae6a7d5ffc4a000890978b6d3a6d597 (diff) | |
download | fork-ledger-bc528efa951e722d91ef0745e65634d19447cfdf.tar.gz fork-ledger-bc528efa951e722d91ef0745e65634d19447cfdf.tar.bz2 fork-ledger-bc528efa951e722d91ef0745e65634d19447cfdf.zip |
Added documentation build products to the ignore file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,11 +1,20 @@ *.[oa] +*.aux +*.cp *.dSYM *.elc +*.fn +*.ky *.la *.lo +*.log *.o +*.pg *.tar.bz2 *.tar.gz +*.toc +*.tp +*.vr *~ .deps/ .libs/ @@ -34,6 +43,8 @@ /configure /configure.in /depcomp +/doc/*.pdf +/doc/.dirstamp /doc/Doxyfile.bak /doc/Doxyfile.gen /doc/html |