forked from KeYProject/key
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
50 lines (47 loc) · 982 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
# see: https://help.github.com/articles/dealing-with-line-endings/
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Special files that need to keep their line ending encodings
# therefore ... binary
*_DOS.txt binary
# Line endings for text files
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.MF text
*.c text
*.css text
*.csv text
*.dfy text
*.g text
*.h text
*.htm* text
*.ini text
*.java text
*.jj text
*.jml text
*.jnlp text
*.json text
*.key text
*.md text
*.pl text
*.proof text
*.properties text
*.props text
*.py text
*.script text
*.sh text
*.txt text
*.xml text
*.yml text
.gitignore text
README text
# Denote all files that are truly binary and should not be modified.
*.class binary
*.gz binary
*.ico binary
*.jpg binary
*.od* binary
*.pdf binary
*.png binary
*.tgz binary
*.zip binary