Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 430 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 430 Bytes

exercism

my solutions to exercism.io problems

filters

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'"