forked from LI-COR-Environmental/eddypro-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
47 lines (34 loc) · 823 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
# set the default behavior, in case you don't have core.autocrlf set
* text=auto
# explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout
*.cpp text
*.h text
*.pro text
*.qrc text
*.qss text
*.ts text
*.md text
*.txt text
# declare files that will always have specific line endings on checkout
*.plist eol=lf
*.sh eol=lf
*.bat eol=crlf
*.manifest eol=crlf
*.rc text eol=crlf
# denote all files that are truly binary and should not be modified
*.exe binary
*.gz binary
*.zip binary
*.bmp binary
*.ico binary
*.jpg binary
*.png binary
*.ttf binary
*.qm binary
*.pdf binary
# ignore git specific files when creating archives
.git* export-ignore
# diff png using exiftool
# (see http://git-scm.com/book/en/Customizing-Git-Git-Attributes)
*.png diff=exif