From a04c67dfc98bffef3b00b8ed04e54ca92eedfa1c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 20 Jan 2009 09:00:53 +0100 Subject: Update .gitignore and remove install-sh install-sh is autogenerated. Signed-off-by: Jan Engelhardt --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c7f08c --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# global +*.la +*.lo +*.o +.deps +.libs +Makefile +Makefile.in + +# this dir +/Rules.make +/ulogd.conf + +# build system +/aclocal.m4 +/autom4te.cache +/config.* +/configure +/depcomp +/install-sh +/libtool +/ltmain.sh +/missing +/stamp-h1 -- cgit v1.2.3