From 781a9f058327730723525d3c4b85533920a00e9b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 19 Oct 2010 12:28:48 +0200 Subject: Add .gitignore files Signed-off-by: Jan Engelhardt --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..04462c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +*~ +*.la +*.lo +*.o +.deps +.libs +Makefile +Makefile.in + +/aclocal.m4 +/autom4te.cache +/compile +/config.* +/configure +/depcomp +/install-sh +/libtool +/ltmain.sh +/missing +/stamp-h1 + +/doxygen.cfg +/libmnl.pc -- cgit v1.2.3