diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2010-04-28 10:10:47 +0200 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2010-04-28 10:10:47 +0200 |
commit | 100224df0b711c7bf6c1150ce18cf595350cf0bd (patch) | |
tree | 7ea7325db9c6772e783d07a84ea4d6bb2a29d3a4 | |
parent | a074ec4b893af1eda06144b8b857a09cc9b1c375 (diff) |
Update .gitignore
m4/*.m4 -> autoreconf adds stuff there
tests -> Build product
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,7 @@ Makefile.in *.la *.pc aclocal.m4 +m4/*.m4 autom4te.cache config.h* config.sub @@ -23,3 +24,7 @@ libtool .tarball-version .version + +tests/sms/sms_test +tests/timer/timer_test + |