From ff7a5529db92430f40b7b8b4b8036c5e11460963 Mon Sep 17 00:00:00 2001 From: Aleksandar Kanchev Date: Mon, 14 Jan 2013 16:02:33 +0100 Subject: [PATCH] update .gitignore --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..595657e --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +.deps +.dirstamp +.libs +*.la +*.lo +*.o +/.autotools +/.cproject +/.project +/.settings +/*.pc +/Makefile +/Makefile.in +/aclocal.m4 +/autom4te.cache +/build-aux +/config.log +/config.status +/configure +/libtool +/m4/libtool.m4 +/m4/lt*.m4 + -- 2.7.4