From fe4a3cff57227bbab4f81322d24552639338fcad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Thu, 30 Sep 2021 12:53:22 +0200 Subject: [PATCH] Add .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7da892b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +/src/**/* linguist-generated=true +/src/scanner.cc linguist-generated=false +# Exclude test files from language stats +/test/**/*.ex linguist-documentation=true