From 2c7a6763070a5441b8053634c3a0d49b3c539873 Mon Sep 17 00:00:00 2001 From: nicholst Date: Mon, 17 Apr 2017 15:18:47 -0400 Subject: [PATCH] Added .gitattributes --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..03fb3cc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +*.sh ident export-subst +*.m ident export-subst +*.c ident export-subst +*.cc ident export-subst +*.h ident export-subst +*.py ident export-subst +*.R ident export-subst +.gitignore export-ignore +.gitattributes export-ignore