forked from We-the-People-civ4col-mod/Mod
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
64 lines (51 loc) · 1.08 KB
/
Copy path.gitattributes
File metadata and controls
64 lines (51 loc) · 1.08 KB
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
# define line endings
* text=auto
# user readable files
*.txt text eol=lf
*.ini text eol=lf
*.bak text eol=lf
*.xml text eol=lf
# encoded documentation
*.html text eol=lf
# source code
*.cpp text eol=lf
*.c text eol=lf
*.hpp text eol=lf
*.h text eol=lf
*.py text eol=crlf
# project files and other compilation related files
*Makefile text eol=lf
*.project text eol=lf
*.vcxproj text eol=lf
*.sln text eol=lf
*.filters text eol=lf
*.pl text eol=lf
*.pm text eol=lf
*.bat text eol=lf
# Custom file formats
*.ColonizationWBSave text eol=crlf
# binary files
*.ico binary
*.dll binary
*.exe binary
# audio
*.wav binary
*.mp3 binary
# graphics
*.ani binary
*.tga binary
*.dds binary
*.nif binary
*.fkm binary
*.kf binary
# git specific files
.gitattributes text eol=lf
.gitignore text eol=lf
.editorconfig text eol=lf
# export ignores
# The following files will not make it into git exports (as in a zip of the git repository)
.gitattributes export-ignore
.gitignore export-ignore
.editorconfig export-ignore
.ini.bak export-ignore
Project\ Files export-ignore