Yann Collet | 4856a00 | 2015-01-24 01:58:16 +0100 | [diff] [blame] | 1 | # Set the default behavior |
2 | * text eol=lf | ||||
3 | |||||
4 | # Explicitly declare source files | ||||
5 | *.c text eol=lf | ||||
6 | *.h text eol=lf | ||||
7 | |||||
8 | # Denote files that should not be modified. | ||||
9 | *.odt binary | ||||
Yann Collet | 955df5e | 2015-01-31 10:57:57 +0100 | [diff] [blame] | 10 | *.png binary |
inikep | 6cb083f | 2016-04-25 14:42:15 +0200 | [diff] [blame] | 11 | |
Yann Collet | 4856a00 | 2015-01-24 01:58:16 +0100 | [diff] [blame] | 12 | # Visual Studio |
inikep | 1007a1f | 2016-04-25 15:23:09 +0200 | [diff] [blame] | 13 | *.sln text eol=crlf |
inikep | 6cb083f | 2016-04-25 14:42:15 +0200 | [diff] [blame] | 14 | *.vcxproj* text eol=crlf |
cyan | b880631 | 2016-05-30 18:20:46 +0200 | [diff] [blame] | 15 | *.vcproj* text eol=crlf |
inikep | 1007a1f | 2016-04-25 15:23:09 +0200 | [diff] [blame] | 16 | *.suo binary |
inikep | 362708d | 2016-09-13 13:53:43 +0200 | [diff] [blame] | 17 | *.rc text eol=crlf |
inikep | 877cc84 | 2016-05-18 18:03:02 +0200 | [diff] [blame] | 18 | |
19 | # Windows | ||||
20 | *.bat text eol=crlf | ||||
Yann Collet | 201d82f | 2016-06-16 15:53:02 +0200 | [diff] [blame] | 21 | *.cmd text eol=crlf |