diff options
author | BARATTERO Laurent <laurent@larueluberlu.net> | 2014-01-10 22:22:47 +0100 |
---|---|---|
committer | BARATTERO Laurent <laurent@larueluberlu.net> | 2014-01-10 22:22:47 +0100 |
commit | aa74f45df77b653ebca5a48e4ac3ff4ced660df6 (patch) | |
tree | 784158afd2d89f63bdb4742530ff8c487f4f06b3 | |
parent | 6df95a3ea6709ae589433bbc01f1e1464d74e182 (diff) |
Update .gitignore
-rw-r--r-- | .gitignore | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -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 |