Prevent overflow from bit shifting (#12566)
[platform/core/ml/nnfw.git] / .gitattributes
1 # Exclude from git language statistics
2 tests/nnapi/specs/** linguist-detectable=false
3 res/** linguist-detectable=false
4
5 # Default: text file
6 # - Set End-Of-Line type
7 * text eol=lf
8
9 # Binary - ignore text file setting
10 *.bmp binary
11 *.caffemodel binary
12 *.h5 binary
13 *.jar binary
14 *.pdf binary
15 *.png binary
16 *.tar.gz binary
17 *.tflite binary