forked from kflog-project/KFLog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
35 lines (29 loc) · 934 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
################################################################################
# .gitattributes repository file
#
# See here for more info:
#
# https://help.github.com/articles/dealing-with-line-endings#platform-all
#
################################################################################
# Set the default behavior, in case people 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
# Declare files that will always have CRLF line endings on checkout.
*.igc text eol=crlf
*.IGC text eol=crlf
*.nsi text eol=crlf
*.ps1 text eol=crlf
# files need to keep in LF only format - also on windows
*.ts text eol=lf
# Denote all files that are truly binary and should not be modified.
# (binary is a macro for -text -diff)
*.png binary
*.jpg binary
*.pdf binary
*.rtf binary