forked from multitheftauto/mtasa-blue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
45 lines (44 loc) · 1012 Bytes
/
.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
# Attributes
* text=auto
*.c text diff=cpp
*.cc text diff=cpp
*.cpp text diff=cpp
*.cxx text diff=cpp
*.c++ text diff=cpp
*.h text diff=cpp
*.hh text diff=cpp
*.hpp text diff=cpp
*.h++ text diff=cpp
*.rc text
*.vcproj text eol=crlf
*.sln text eol=crlf
*.bat text eol=crlf
*.sh text eol=lf
*.lua text
*.xml text
*.yml text
*.txt text
*.lua text
*.nsi text
*.nsh text
*.xsd text
*.po text
*.ico binary
*.png binary
*.bmp binary
*.dll binary
*.so binary
*.dylib binary
*.a binary
*.lib binary
*.exe binary
*.out binary
*.app binary
*.dat binary
*.ttf binary
# Ignored files by `git archive`
/.git-blame-ignore-revs export-ignore
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.ignore export-ignore