forked from longturn/freeciv21
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
60 lines (55 loc) · 1.31 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
# don't export these files
data/graphics/** export-ignore
.coverity/** export-ignore
.github/** export-ignore
.gitlab-ci.yaml export-ignore
.readthedocs.yaml export-ignore
# text files
* text=auto
*.txt text
*.md text diff=markdown
*.gitattributes text
*.cmake text
.gitignore text
.editorconfig text
.clang-format text
AUTHORS text
INSTALL text
COPYING text
# source files
*.c text diff=cpp
*.cpp text diff=cpp
*.h text diff=cpp
*.h.in text diff=cpp
*.py text diff=python
*.cmd text eol=crlf
*.sh text eol=lf
*.yaml text
*.yml text
*.json text
*.xml text
*.css text
*.qss text
*.ui text
# graphics files
*.png binary
*.ico binary
*.svg text
*.license text
# font files
*.ttf binary
*.eot binary
*.otf binary
*.woff binary
*.woff2 binary
# other
*.pkg binary
*.ogg binary
*.spec text
*.tilespec text
*.musicspec text
*.soundspec text
*.serv text
*.ruleset text
*.lua text
*.sav text