forked from FraunhoferIOSB/FAAAST-Service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
37 lines (33 loc) · 855 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
# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=lf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
# Declare files that will always have CRLF line endings on checkout.
*.java text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.aasx binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.flv binary
*.fla binary
*.swf binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
*.eot binary
*.woff binary
*.pyc binary
*.pdf binary
*.xlsx binary
*.p12 binary
*.pfx binary
*.jks binary
# exclude generated XML file as this is known to cause problems with git detecting the file as changed
documentation/third_party_licenses_report/licenses-generated.xml binary