From 06aee3401b176c3c0ed1a8965cb0743e938f5681 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sat, 15 Oct 2011 15:25:48 +0200 Subject: [PATCH] Update .gitignore with autotools stuff Signed-off-by: Sylvain Munaut --- .gitignore | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a6d497a..b34624d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,35 @@ +Makefile +Makefile.in +.deps +.libs *.o *.a -*.pyc +*.lo +*.la +*.pc +aclocal.m4 +acinclude.m4 +aminclude.am +m4/*.m4 +autom4te.cache +config.h* +config.sub +config.log +config.status +config.guess +configure +depcomp +missing +ltmain.sh +install-sh +stamp-h1 +libtool +Doxyfile + +.tarball-version +.version + .*.swp + +doc/ +src/gmr1_rx