aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2020-07-12 09:59:08 -0700
committerMarco Poletti <poletti.marco@gmail.com>2020-07-12 09:59:17 -0700
commitaeb903162f2c6bbcc378e8024142995cae79e6f8 (patch)
tree72b577295144bf9ff9049efdb6d5ae472df23a67
parentc60370e7a9ff2abcba86e5289a9904213983dfc6 (diff)
downloadgoogle-fruit-aeb903162f2c6bbcc378e8024142995cae79e6f8.tar.gz
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).
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..912b302
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.py linguist-detectable=false