| # Temporarily (de)ignore Makefiles generated by CMake to allow easier |
| echo -e " -h|--help\t\tPrint this help." |
| echo -e " -u|--undo\t\tRemove ignores and continue tracking." |
| echo -e " -v|--verbose\t\tVerbose." |
| echo "Unknown argument: '$1'" |
| [ $VERBOSE ] && echo "Ignoring Makefiles" |
| git update-index --assume-unchanged Makefile library/Makefile programs/Makefile tests/Makefile |
| [ $VERBOSE ] && echo "Tracking Makefiles" |
| git update-index --no-assume-unchanged Makefile library/Makefile programs/Makefile tests/Makefile |