From c9753bf8e2bcc6510ca88133eaa79da1d9616550 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 8 Oct 2012 14:55:39 +0200 Subject: Update .gitignore Signed-off-by: Jan Engelhardt --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a83525b --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +.deps/ +.libs/ +Makefile +Makefile.in +*.o +*.la +*.lo + +/aclocal.m4 +/autom4te.cache/ +/build-aux/ +/config.* +/configure +/libtool + +/doxygen.cfg +/*.pc +/stamp-h1 -- cgit v1.2.3