fxdoc/emulator
Lephenixnoir 94d7ca4854
CPU73050: remove home lines (hopefully made it automatic)
2020-06-26 17:38:02 +02:00
..
CPU73050 CPU73050: remove home lines (hopefully made it automatic) 2020-06-26 17:38:02 +02:00
.gitattributes CPU73050: remove home lines (hopefully made it automatic) 2020-06-26 17:38:02 +02:00
.gitignore CPU73050: remove home lines (hopefully made it automatic) 2020-06-26 17:38:02 +02:00
README.md CPU73050: remove home lines (hopefully made it automatic) 2020-06-26 17:38:02 +02:00

README.md

Add the following entries to the repositor's configuration to have Git automatically ignore the lines with /home in the project file.

% git config --local filter.remove-home-lines.clean 'sed "//home// d"' % git config --local filter.remove-home-lines.smudge cat