Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
18 lines
420 B
Plaintext
18 lines
420 B
Plaintext
#-- Declare files that will always have CRLF line endings on checkout.
|
|
#*.c text eol=crlf
|
|
#*.h text eol=crlf
|
|
#*.inc text eol=crlf
|
|
#*.inl text eol=crlf
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
*.sh text eol=lf
|
|
#*.py text eol=crlf
|
|
|
|
#-- Denote all files that are truly binary and should not be modified.
|
|
#* binary
|
|
|
|
#-- Exclude some directories from Source package
|
|
#emul export-ignore
|
|
#Node export-ignore
|
|
#sdcc export-ignore
|