gitignore generated linker script files

This commit is contained in:
Karl Palsson
2016-04-17 00:13:56 +00:00
parent de0d4af890
commit 0f04829415
2 changed files with 2 additions and 1 deletions

View File

@@ -200,7 +200,7 @@ endif
clean:
@#printf " CLEAN\n"
$(Q)$(RM) *.o *.d *.elf *.bin *.hex *.srec *.list *.map
$(Q)$(RM) *.o *.d *.elf *.bin *.hex *.srec *.list *.map generated.*
stylecheck: $(STYLECHECKFILES:=.stylecheck)
styleclean: $(STYLECHECKFILES:=.styleclean)