fxdoc/emulator/README.md

6 lines
265 B
Markdown
Raw Normal View History

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