X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=.gitattributes;h=a82babda6aae3b9330503a24dc686d7a5ae24fb2;hb=32bff2dafd88f9fe4929c25cc49a2b1ef2acb4ef;hp=2cfabeae58cdb5614ad67f073c6b8dd99bc2ff3c;hpb=46ed83c693fab3a81ff94c8f7d9ca144573ddb98;p=u%2Fmrichter%2FAliRoot.git diff --git a/.gitattributes b/.gitattributes index 2cfabeae58c..a82babda6aa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,15 @@ # 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