diff options
author | Keith Packard <keithp@keithp.com> | 2008-12-19 21:13:04 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-12-19 21:15:50 -0800 |
commit | 30f23f23a6db3d12fdc9c088cf6ab47c5e5077fb (patch) | |
tree | d5dbde22aa450c5a18703b41994232d2538f465d /.gitignore | |
parent | 9025eb792861930e6af918d2727c4f5d97a69936 (diff) |
Clean up autotools stuff.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 18 insertions, 14 deletions
@@ -1,16 +1,20 @@ -ccdbg -*.ihx -blink-flash -blink-ram *.o +*.a +.deps tags -*.adb -*.asm -*.cdb -*.lnk -*.lst -*.map -*.mem -*.rel -*.rst -*.sym +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +config.h +config.h.in +config.h.in~ +config.log +config.status +configure +depcomp +install-sh +Makefile.in +missing +stamp-h1 + |