# ---> C # Prerequisites *.d # Object files *.o *.ko *.obj *.elf # Linker output *.ilk *.map *.exp # Precompiled Headers *.gch *.pch # Libraries *.lib *.a *.la *.lo # Shared objects (inc. Windows DLLs) *.dll *.so *.so.* *.dylib # Executables *.exe *.out *.app *.i*86 *.x86_64 *.hex # Debug files *.dSYM/ *.su *.idb *.pdb # Kernel Module Compile Results *.mod* *.cmd .tmp_versions/ modules.order Module.symvers Mkfile.old dkms.conf # ---> Autotools (all generated by autoreconf/configure; only the .am/.ac # inputs are tracked in git) configure config.log config.status aclocal.m4 autom4te.cache/ Makefile Makefile.in compile depcomp install-sh missing test-driver .deps/ .dirstamp test-suite.log *.trs *.log # ---> unit test binaries (built by tests/run.sh, never committed) /tests/.unit-build/ # ---> stupidtools binaries (built, never committed) /stupidtools /src/stupidtools