diff --git a/.gitignore b/.gitignore index f9ecd85..419851c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ *.list *.map *.stylecheck +generated.*.ld nbproject .gdb_history .DS_Store diff --git a/examples/Makefile.rules b/examples/Makefile.rules index a13a0e4..4491b18 100644 --- a/examples/Makefile.rules +++ b/examples/Makefile.rules @@ -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)