fxdoc/emulator
Lephenixnoir 3748c88c96
CPU73050: add the data extractor program
2020-06-27 21:16:25 +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: add the data extractor program 2020-06-27 21:16:25 +02:00
Makefile CPU73050: add the data extractor program 2020-06-27 21:16:25 +02:00
README.md CPU73050: remove home lines (hopefully made it automatic) 2020-06-26 17:38:02 +02:00
list-registers.c CPU73050: add the data extractor program 2020-06-27 21:16:25 +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