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

1
.gitignore vendored
View File

@@ -8,6 +8,7 @@
*.list *.list
*.map *.map
*.stylecheck *.stylecheck
generated.*.ld
nbproject nbproject
.gdb_history .gdb_history
.DS_Store .DS_Store

View File

@@ -200,7 +200,7 @@ endif
clean: clean:
@#printf " CLEAN\n" @#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) stylecheck: $(STYLECHECKFILES:=.stylecheck)
styleclean: $(STYLECHECKFILES:=.styleclean) styleclean: $(STYLECHECKFILES:=.styleclean)