-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitattributes
51 lines (48 loc) · 969 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
46
47
48
49
50
51
# SPDX-FileCopyrightText: 2005 - 2021 Settlers Freaks <sf-team at siedler25.org>
#
# SPDX-License-Identifier: CC0-1.0
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
tests/testFiles/* binary
#sources
*.txt text
*.cmake text
*.c text
*.cc text
*.cxx text
*.cpp text
*.c++ text
*.hpp text
*.h text
*.h++ text
*.hh text
*.sh text
*.md text
*.rc text
*.def text
*.depend text
INSTALL text
# Compiled Object files
*.slo binary
*.lo binary
*.o binary
*.obj binary
# Precompiled Headers
*.gch binary
*.pch binary
# Compiled Dynamic libraries
*.so filter=lfs diff=lfs merge=lfs -text
*.dylib filter=lfs diff=lfs merge=lfs -text
*.dll filter=lfs diff=lfs merge=lfs -text
# Compiled Static libraries
*.lai binary
*.la binary
*.a filter=lfs diff=lfs merge=lfs -text
*.lib binary
# Executables
*.exe filter=lfs diff=lfs merge=lfs -text
*.out binary
*.app binary
*.bat text eol=crlf
*.sh text eol=lf
*.rar filter=lfs diff=lfs merge=lfs -text