From cd13cb6d3c2526d3a276109a50682be76ed78dca Mon Sep 17 00:00:00 2001 From: sg- Date: Tue, 23 Dec 2014 13:01:28 -0600 Subject: [PATCH] add .gitattributes file --- .gitattributes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..05491d630 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +*.c text +*.cpp text +*.h text +*.s text +*.sct text +*.ld text +*.txt text +*.xml text +*.py text +*.md text +*.json text +*.tmpl text +*.dia binary +*.elf binary +*.bin binary