gitignore generated linker script files
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,6 +8,7 @@
|
||||
*.list
|
||||
*.map
|
||||
*.stylecheck
|
||||
generated.*.ld
|
||||
nbproject
|
||||
.gdb_history
|
||||
.DS_Store
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user