css and cfg filetypes are text in .gitattributes

This commit is contained in:
Andrew Meadows 2015-10-20 13:58:44 -07:00
parent 4ff05e8c2a
commit d02fe784a9
3 changed files with 397 additions and 395 deletions

28
.gitattributes vendored
View file

@ -1,25 +1,27 @@
*.cfg text
*.cpp text
*.css 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
*.h text
*.html text
*.ini text
*.json text
*.js text
*.qml text
*.slf text
*.slh text
*.slv text
*.ts text
*.txt text
*.vert text
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.wav binary
*.fbx binary
*.dds binary
*.fbx binary
*.jpg binary
*.png binary
*.svg binary
*.ttf binary
*.wav binary