diff --git a/C.gitignore b/C.gitignore index 0331bbbd..d6f91222 100644 --- a/C.gitignore +++ b/C.gitignore @@ -1,6 +1,9 @@ # Object files *.o +#Dependency files +*.d + # Libraries *.lib *.a @@ -15,3 +18,6 @@ *.exe *.out *.app +*.elf +*.bin +*.hex \ No newline at end of file