my solutions to exercism.io problems
I've defined some custom git filterssee gitattributes(5) to remove the irrelevant part of each problem's README. Here they are in case you're interested.
.gitattributes
cpp/*/README.md filter=cpp
.git/config
[filter "cpp"]
clean = "sed -n '/##.*$/q;p'"