From 87476881fe4c70e42d53f7c81a0eca1d818933f3 Mon Sep 17 00:00:00 2001 From: Rob Giseburt Date: Mon, 26 Sep 2016 11:37:09 -0500 Subject: [PATCH] Tweak gitattributes to treat .md and .txt ad text globally --- .gitattributes | 2 ++ g2core/.gitattributes | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..3c987532 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.txt text +*.md text diff --git a/g2core/.gitattributes b/g2core/.gitattributes index cab052f2..145f6b60 100644 --- a/g2core/.gitattributes +++ b/g2core/.gitattributes @@ -2,4 +2,3 @@ *.hpp text *.c text *.h text -*.txt text