From 7f37d7edcce60017d7132d47972c9943bb43eb4d Mon Sep 17 00:00:00 2001 From: Drew Raines Date: Wed, 25 Feb 2009 13:40:48 +0000 Subject: Added ignoring of build products back to .gitignore. --- .gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/.gitignore b/.gitignore index 9d7eb7c6..a20f53ff 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3