forked from KhronosGroup/KTX-Software
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
41 lines (36 loc) · 1.07 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.cpp text
*.cxx text
*.c++ text
*.c text
*.h text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.vcproj text eol=crlf
*.vsprops text eol=crlf
build/vc9/* eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.ktx binary
# Force line endings for unix shell scripts and other specific files
tests/toktx-tests eol=lf
expandkw eol=lf
# Keyword expansion
TODO filter=kwexpander
build/vc9/README[[:space:]]FIRST.txt filter=kwexpander
include/ktx.h filter=kwexpander ident
GNUmakefile ident
include/ktx.h filter=kwexpander ident
lib/*.[ch] ident
lib/*.cxx ident
tests/loadtests/common/at.[ch] ident
tests/loadtests/common/egltowgl.c ident
tests/loadtests/gles1/*.c ident
tests/loadtests/shader-based/*.c ident
tools/toktx/*.cpp ident
tools/toktx/*.h ident
tools/toktx/toktx.cpp filter=kwexpander ident