I do not believe that adding such rules for ignoring files is wise.
I prefer to just run "make clean" after I delete, rename or move source files.
With a properly written "Makefile" nothing else needs to be done and there will never be a broken build. With a properly written "Makefile" nothing has to be done when adding source files.
I prefer to just run "make clean" after I delete, rename or move source files.
With a properly written "Makefile" nothing else needs to be done and there will never be a broken build. With a properly written "Makefile" nothing has to be done when adding source files.