Add Alarm app (#139)
[platform/core/csapi/xsf.git] / .gitattributes
1 # Set default behaviour, in case users don't have core.autocrlf set.
2 * text=auto
3
4 # Explicitly declare text files we want to always be normalized and converted 
5 # to native line endings on checkout.
6 *.cs text
7
8 # Declare files that will always have CRLF line endings on checkout.
9 *.sln text eol=crlf
10
11 # Denote all files that are truly binary and should not be modified.
12 *.png binary
13 *.jpg binary
14 *.jpeg binary
15
16 # Always checkout docs using unix line endings because mdoc uses unix line endings even on windows
17 /docs/**/*.xml text eol=lf
18
19 # avoid overriding GitInfo.txt on merge
20 GitInfo.txt merge=ours