From 9b5f56ed1810574fec3ff868488bca86a9b50606 Mon Sep 17 00:00:00 2001 From: Jens Rosenboom Date: Tue, 18 Mar 2014 21:53:01 +0100 Subject: [PATCH] add .gitignore --- .gitignore | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8512c33 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +Makefile +Makefile.in +/autom4te.cache +/aclocal.m4 +/compile +/configure +/depcomp +/install-sh +/missing +include/config.h +include/stamp-h1 + +# Object files +*.o +*.ko +*.obj +*.elf + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Other stuff +.deps/ +/config.log +/config.status +/libtool -- libgit2 0.21.2