cmake/.gitattributes

23 lines
569 B
Plaintext
Raw Normal View History

2010-03-17 14:00:29 +02:00
.gitattributes export-ignore
2012-02-18 12:40:36 +02:00
.hooks* export-ignore
2010-03-17 14:00:29 +02:00
bootstrap crlf=input
configure crlf=input
*.[1-9] crlf=input
*.sh crlf=input
*.sh.in crlf=input
*.bat -crlf
2012-02-18 12:40:36 +02:00
*.bat.in -crlf
2010-03-17 14:00:29 +02:00
*.dsp -crlf
*.dsptemplate -crlf
*.dsw -crlf
*.sln -crlf
*.vcproj -crlf
2010-11-13 01:00:53 +02:00
*.c whitespace=tab-in-indent
*.h whitespace=tab-in-indent
*.cxx whitespace=tab-in-indent
*.txt whitespace=tab-in-indent
*.cmake whitespace=tab-in-indent