fxdoc/emulator
Yann MAGNIN e13de7352e cpu73050: test symbol 2020-06-26 17:53:56 +02:00
..
CPU73050 cpu73050: test symbol 2020-06-26 17:53:56 +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