-
Notifications
You must be signed in to change notification settings - Fork 41
/
.gitattributes
77 lines (71 loc) · 1.88 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# If UTF-8 files still show up as binary, run "git config --global diff.utf16diff.textconv 'iconv -f utf-16 -t utf-8 --'"
[attr]utf16 diff merge diff=utf16diff
creategameprojects text
createallprojects text
xcode_ccache_wrapper text
vpc text
vpc_linux binary
vpc_osx binary
*.sh text
*.bat text
*.txt text
*.c text
*.h text
*.H text
*.cc text
*.cpp text
*.vpc text
*.vgc text
*.nut text
*.awk text
*.pl text
*.py text
*.xcconfig text
*.vcd text
*.vbsp text
*.proto text
*.inc text
*.fxc text
*.vsh text
*.lst text
*.mm text
*.cfg text
*.res text
*.rc text
*.def text
*.vmt text
*.inl text
*.asm text
.gitignore text
sourcesdk_def.mak text
smdlexp.mak text
README text
CONTRIBUTING text
LICENSE text
*.exe binary
protoc binary
ccache binary
gtest_output_test_golden_lin.txt binary
mod_*_english.txt binary
mp/game/** -text
mp/game/dab/resource/dab_*.txt utf16
mp/game/**/*.bsp filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.nav filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.vtf filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.mdl filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.vvd filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.wav filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.mp3 filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.ttf filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.TTF filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.tga filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.pcf filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.vtx filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.phy filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.ico filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.jpg filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.raw filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.dll filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.vcs filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.exe filter=lfs diff=lfs merge=lfs -text
mp/game/**/*.cache filter=lfs diff=lfs merge=lfs -text