# Taken from https://github.com/github/gitignore # Build system ignores # http://www.gnu.org/software/automake Makefile.in /ar-lib /mdate-sh /test-driver /ylwrap # http://www.gnu.org/software/autoconf /autom4te.cache /autoscan.log /autoscan-*.log /aclocal.m4 /compile /config.guess /config.h.in /config.sub /configure /configure.scan /depcomp /install-sh /missing /stamp-h1 # other stuff generated by us /m4/* /build/* # C ignores # Object files *.o *.ko *.obj *.elf # Prerequisites *.d # Object files *.o *.ko *.obj *.elf # Linker output *.ilk *.map *.exp # Precompiled Headers *.gch *.pch # Libraries *.lib *.a *.la *.lo # Shared objects *.so *.so.* *.dylib # Executables *.out *.i*86 *.x86_64 *.hex # Debug files *.dSYM/ *.su *.idb *.pdb