From aeb903162f2c6bbcc378e8024142995cae79e6f8 Mon Sep 17 00:00:00 2001 From: Marco Poletti Date: Sun, 12 Jul 2020 09:59:08 -0700 Subject: [PATCH] Configure the Github source code language analyzer to skip py files, otherwise Fruit gets listed as a Python project since there's more Python (in tests) than C++ (in the implementation). --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..912b302a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.py linguist-detectable=false