blob: 5dd03cf2456605ef95dfc31cfae269f134c63f53 [file] [log] [blame]
Geoffrey De Smet41397552020-11-02 18:14:03 +01001# Default to linux endings
2* text eol=lf
3
4# OS specific files
5###################
6
7*.sh eol=lf
8*.bat eol=crlf
9
10# Binary files
11##############
12
13# Image files
14*.png binary
15*.jpg binary
16*.gif binary
17*.bmp binary
18*.ico binary
19
20# Audio files
21*.wav binary
22*.mp3 binary
23*.ogg binary
24
25# Other binary files
26*.pdf binary
27*.xls binary
28*.xlsx binary
29
30# GitHub syntax highlighting
31############################
32
33# To prevent GitHub to presume those optaplanner-examples/data files are Objective-C++ code.
34*.mm linguist-language=Text