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 |
Yann Collet | 4856a00 | 2015-01-24 01:58:16 +0100 | [diff] [blame] | 11 | # Visual Studio |
12 | *.sln binary | ||||
13 | *.suo binary | ||||
14 | *.vcxproj* binary | ||||
15 |