From dfd8a85a5db25ef796525ed13cac4f1391c92614 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sat, 21 Nov 2020 11:01:10 -0300 Subject: [PATCH] Add .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7ec4492 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.h linguist-language=C +*.c linguist-language=C