27 lines
884 B
Plaintext
27 lines
884 B
Plaintext
# These files need to be CRLF for MSVC and Windows to be happy.
|
|
# If you clone the git reposity under Windows, then it will normally
|
|
# convert all LFs to CRLF, anyway. But these file need to be CRLF
|
|
# when cloned to a Unix filesystem to assemble a Racket distribution.
|
|
*.vcproj -crlf
|
|
*.sln -crlf
|
|
*.manifest -crlf
|
|
*.rc -crlf
|
|
*.bat -crlf
|
|
/worksp/README -crlf
|
|
/racket/gc/BCC_MAKEFILE -crlf
|
|
/racket/gc/digimars.mak -crlf
|
|
/worksp/README -crlf
|
|
/worksp/extradlls/README.TXT -crlf
|
|
/worksp/gracket/gracket.manifest -crlf
|
|
/worksp/mzcom/mzcom.def -crlf
|
|
/worksp/mzcom/mzcom.rgs -crlf
|
|
/worksp/mzcom/mzcomps.def -crlf
|
|
/worksp/mzcom/mzobj.rgs -crlf
|
|
|
|
# These files seem to be generated. Maybe they shouldn't be
|
|
# in the repository; in any case, they are generated with
|
|
# CRLF, so let's keep them that way.
|
|
/worksp/mzcom/mzcom.h -crlf
|
|
/worksp/racket/resource.h -crlf
|
|
/worksp/starters/resource.h -crlf
|