diff --git a/.gitignore b/.gitignore index 021385c..fe99979 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ *.ko *.obj *.elf +*.axf +*.de # Linker output *.ilk @@ -28,7 +30,7 @@ *.so *.so.* *.dylib -./Drivers + # Executables *.exe @@ -37,6 +39,9 @@ *.i*86 *.x86_64 *.hex +*.axf +*.dep + # Debug files *.dSYM/