From aba2c29fd330b005b0e88b4e585bfe0ea86f3d5e Mon Sep 17 00:00:00 2001 From: Darren Kulp Date: Thu, 2 Jun 2022 06:51:43 -0400 Subject: Skip input headers in Linguist statistics [skip ci] --- bindgen-integration/.gitattributes | 4 ++++ tests/.gitattributes | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 bindgen-integration/.gitattributes create mode 100644 tests/.gitattributes diff --git a/bindgen-integration/.gitattributes b/bindgen-integration/.gitattributes new file mode 100644 index 00000000..d42187e6 --- /dev/null +++ b/bindgen-integration/.gitattributes @@ -0,0 +1,4 @@ +# Tell Github Linguist to avoid counting these C and C++ test inputs toward +# statistics. +*.h -linguist-detectable +*.cc -linguist-detectable 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 -- cgit v1.2.3