From 82c041d06a20d9e244e05e528f7d3060be9ea033 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Sun, 18 Oct 2015 22:52:20 -0700 Subject: [PATCH] Adding git attributes file --- .gitattributes | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..5a6cc5e815 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,25 @@ +*.cpp text +*.c text +*.h text +*.qml text +*.js text +*.json text +*.slv text +*.slf text +*.slh text +*.vert text +*.frag text +*.fst text +*.ini text +*.html text +*.ts text +*.txt text + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary +*.wav binary +*.fbx text +*.dds text +*.svg text +*.ttf text