X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=.gitattributes;h=a82babda6aae3b9330503a24dc686d7a5ae24fb2;hp=735781d1dd84b5697153c0e646dd446ba81db04d;hb=7f4692a602b38693d56f0927b8c147ded9bb37cb;hpb=6d4c15230ce751043c025676bd5245bd8f9b15d5 diff --git a/.gitattributes b/.gitattributes index 735781d1dd8..a82babda6aa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,19 @@ +# Set default behaviour, in case users 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. +*.c text +*.h text +*.C text +*.cpp text +*.cxx text +*.sh text + +#unset the crlf for data files +*.dat -text +*.data -text +*.root -text + *.cxx filter=rcs-keywords *.h filter=rcs-keywords \ No newline at end of file