diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/.gitattributes b/tests/.gitattributes new file mode 100644 index 00000000..96122eb1 --- /dev/null +++ b/tests/.gitattributes @@ -0,0 +1,4 @@ +# Tell Github Linguist to avoid counting these C and C++ test inputs toward +# statistics. +*.h -linguist-detectable +*.hpp -linguist-detectable |