From aa74f45df77b653ebca5a48e4ac3ff4ced660df6 Mon Sep 17 00:00:00 2001
From: BARATTERO Laurent <laurent@larueluberlu.net>
Date: Fri, 10 Jan 2014 22:22:47 +0100
Subject: Update .gitignore

---
 .gitignore | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
index 620d3dc..8b49ac7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,48 @@
 *.lai
 *.la
 *.a
+
+
+# automake
+Makefile.in
+
+# autoconf
+/autom4te.cache
+/aclocal.m4
+/compile
+/configure
+/depcomp
+/install-sh
+/missing
+/stamp-h1
+
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+*.ko
+*.obj
+*.elf
+
+
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+*.exe
+*.i*86
+*.x86_64
+*.hex
-- 
cgit v1.2.3