# For Github actions we need to keep the line breaks in the reference
**/*.cpp -text
**/*.c   -text
**/*.h   -text

# Exclude test reference data from GitHub language statistics
# See also: https://github.com/github/linguist
# (While linguist-generated might be appropriate here,
# that attribute would also suppress diffs on GH. Can't have that!)
*/reference/*/coverage*.html linguist-detectable=false
*/reference/*/coverage*.css  linguist-detectable=false
*/reference/*/coverage*.xml  linguist-detectable=false
*/reference/*/coverage*.txt  linguist-detectable=false
**/Makefile                  linguist-detectable=false
