forked from google/mozc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
47 lines (44 loc) · 907 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Mozc project expects all the checked out text files to have LF line ending
# not only on mac/Linux but also on Windows.
# See https://stackoverflow.com/a/42135910
* text=auto eol=lf
# Known text files
*.bazel text
*.bzl text
*.c text
*.cc text
*.def text
*.el text
*.gyp text diff=python
*.gypi text diff=python
*.h text
*.kcm text
*.m text diff=objc
*.mm text diff=objcpp
*.manifest text
*.md text
*.proto text
*.py text
*.rc text
*.sh text
*.svg text
*.textproto text
*.tsv text
*.txt text
*.TXT text
*.wxi text
*.wxs text
*.xml text
# Known binary files
*.a binary
*.deflate binary
*.png binary
*.jpg binary
*.bmp binary
*.ico binary
*.tiff binary
# Workaround for GitHub graph timeouts
# Treat large dictionary data files as binary.
# https://github.com/google/mozc/issues/789
src/data/dictionary_oss/connection_single_column.txt binary
src/data/test/dictionary/connection_single_column.txt binary