From 502fb9cca5ffb0a14ab08e778559dc464eec496c Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Tue, 20 Oct 2015 13:12:16 -0700 Subject: [PATCH] adding .gitattributes again --- .gitattributes | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..bf357796a4 --- /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 binary +*.dds binary +*.svg binary +*.ttf binary