mirror of
https://github.com/holub/mame
synced 2025-05-10 16:21:42 +03:00
17 lines
256 B
Plaintext
17 lines
256 B
Plaintext
* text=auto
|
|
|
|
*.h text
|
|
*.cpp text
|
|
|
|
# VS 20xx files
|
|
*.sln text eol=crlf
|
|
*.vcproj text eol=crlf
|
|
*.vcxproj text eol=crlf
|
|
*.vcxproj.filters text eol=crlf
|
|
|
|
# VC6 files
|
|
*.dsw text eol=crlf
|
|
*.dsp text eol=crlf
|
|
|
|
# Other 'windows-specific' files
|
|
*.bat text eol=crlf |