X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=.gitattributes;h=a82babda6aae3b9330503a24dc686d7a5ae24fb2;hb=7ff022be8a29d4dc327796cb5a30569316047b2d;hp=8c74276a47ebcba5aef609d587eee5403c230420;hpb=d2b30c10e50d3e85ce6b43615d74557aedd7f963;p=u%2Fmrichter%2FAliRoot.git diff --git a/.gitattributes b/.gitattributes index 8c74276a47e..a82babda6aa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +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