From 0017629b02aa3fce78cf35f8a61980488c18ed63 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 13 Feb 2014 00:09:56 +0100 Subject: [PATCH] Provide a `.gitignore` This works fine for an out-of-tree build. Otherwise, it is incomplete. --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5d6ec8d --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +*~ +*.o +*.lo +*.a +*.la +/build*/ + +# autotools stuff +/m4/lt*.m4 +/m4/libtool.m4 +/aclocal.m4 +/ltmain.sh +/install-sh +/config.guess +/config.h.in +/config.sub +/autom4te.cache/ +/compile +/configure +/depcomp +/missing +/test-driver + +# automake +/Makefile.in +/src/Makefile.in +/ar-lib + +# cscope +/cscope.* +/GPATH +/GRTAGS +/GSYMS +/GTAGS