diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2000-08-29 14:56:51 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2000-08-29 14:56:51 (GMT) |
commit | d6bdba1096f36268e414f32829e22159e983031a (patch) | |
tree | 0559b5f6482ff3f42a675f6f6a2ea3c1b1594cdb /.gitattributes | |
download | CMake-d6bdba1096f36268e414f32829e22159e983031a.zip CMake-d6bdba1096f36268e414f32829e22159e983031a.tar.gz CMake-d6bdba1096f36268e414f32829e22159e983031a.tar.bz2 |
*** 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 0000000..878221f --- /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 |