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
57 lines (45 loc) · 787 Bytes
/
Copy path.gitattributes
File metadata and controls
57 lines (45 loc) · 787 Bytes
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
# define line endings
# user readable files
*.txt lf
*.ini lf
*.bak lf
*.xml lf
# source code
*.cpp lf
*.c lf
*.hpp lf
*.h lf
*.py lf
# project files and other compilation related files
*Makefile lf
*.project lf
*.vcxproj lf
*.sln lf
*.filters lf
*.pl lf
*.pm lf
*.bat lf
# Custom file formats
*.ColonizationWBSave lf
# 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 lf
.gitignore 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
.ini.bak export-ignore