trying different links within index page
[platform/adaptation/npu/intel-libmvnc.git] / .gitattributes
1 # Set the default behavior, in case people don't have core.autocrlf set.
2 * text=auto
3
4 *.sh text eol=lf
5 sshd_config text eol=lf
6
7 # Explicitly declare text files you want to always be normalized and converted
8 # to native line endings on checkout.
9 *.c text
10 *.h text
11 *.cpp text
12 *.hpp text
13 *.py text
14
15 # Declare files that will always have CRLF line endings on checkout.
16 *.sln text eol=crlf
17
18 # Denote all files that are truly binary and should not be modified.
19 *.png binary
20 *.jpg binary