]> git.uio.no Git - u/mrichter/AliRoot.git/blob - .gitattributes
using std::...
[u/mrichter/AliRoot.git] / .gitattributes
1 # Set default behaviour, in case users don't have core.autocrlf set.
2 * text=auto
3
4 # Explicitly declare text files you want to always be normalized and converted
5 # to native line endings on checkout.
6 *.c text
7 *.h text
8 *.C text
9 *.cpp text
10 *.cxx text
11 *.sh text
12
13 #unset the crlf for data files
14 *.dat -text
15 *.data -text
16 *.root -text
17
18 *.cxx filter=rcs-keywords
19 *.h filter=rcs-keywords