diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2000-08-29 10:56:51 -0400 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2000-08-29 10:56:51 -0400 |
commit | d6bdba1096f36268e414f32829e22159e983031a (patch) | |
tree | 0559b5f6482ff3f42a675f6f6a2ea3c1b1594cdb /.gitattributes | |
download | cmake-d6bdba1096f36268e414f32829e22159e983031a.tar.gz |
*** empty log message ***
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..878221f9b9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +.gitattributes export-ignore + +bootstrap crlf=input +configure crlf=input +*.[1-9] crlf=input +*.sh crlf=input +*.sh.in crlf=input + +*.bat -crlf +*.dsp -crlf +*.dsptemplate -crlf +*.dsw -crlf +*.sln -crlf +*.vcproj -crlf |