diff options
author | Drew Raines <aaraines@gmail.com> | 2009-02-25 13:40:48 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-25 23:18:43 -0400 |
commit | 7f37d7edcce60017d7132d47972c9943bb43eb4d (patch) | |
tree | f2ccb5f6249b6ac85d6c9771bef0b83d1318aa1c | |
parent | 0667bc1a70db29da3ebc3bfb668a3c99e707509a (diff) | |
download | fork-ledger-7f37d7edcce60017d7132d47972c9943bb43eb4d.tar.gz fork-ledger-7f37d7edcce60017d7132d47972c9943bb43eb4d.tar.bz2 fork-ledger-7f37d7edcce60017d7132d47972c9943bb43eb4d.zip |
Added ignoring of build products back to .gitignore.
-rw-r--r-- | .gitignore | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -26,3 +26,34 @@ /src/system.hh.gch /texinfo.tex /version.m4 + +*.[oa] +*.l[oa] +/*.tar.bz2 +/*.tar.gz +/.deps/ +/.libs/ +/BaselineTests +/Doxyfile.gen +/Makefile +/PyUnitTests +/RegressionTests +/config.h +/config.log +/config.status +/data_tests +/doc/.dirstamp +/doc/html/ +/doc/latex/ +/doc/ledger.info +/doc/refman.pdf +/doc/report/ +/expr_tests +/libtool +/math_tests +/report_tests +/shave +/shave-libtool +/stamp-h1 +/test/python/ +/util_tests |