[M120 Migration][WEBRTC] Fix messenger app preview fail issue
[platform/framework/web/chromium-efl.git] / .gitattributes
1 # Stop Windows python license check presubmit errors by forcing LF checkout.
2 *.py  text eol=lf
3
4 # Force LF checkout of the pins files to avoid transport_security_state_generator errors.
5 /net/http/*.pins  text eol=lf
6
7 # Force LF checkout for all source files
8 *.bin binary
9 *.c text eol=lf
10 *.cc text eol=lf
11 *.cpp text eol=lf
12 *.csv text eol=lf
13 *.grd   text eol=lf
14 *.grdp   text eol=lf
15 *.gn text eol=lf
16 *.gni text eol=lf
17 *.h text eol=lf
18 *.html   text eol=lf
19 *.idl text eol=lf
20 *.in   text eol=lf
21 *.inc   text eol=lf
22 *.java   text eol=lf
23 *.js   text eol=lf
24 *.json   text eol=lf
25 *.json5 text eol=lf
26 *.md text eol=lf
27 *.mm text eol=lf
28 *.mojom text eol=lf
29 *.pdf -diff
30 *.proto text eol=lf
31 *.rs text eol=lf
32 *.sh text eol=lf
33 *.sql   text eol=lf
34 *.toml  text eol=lf
35 *.txt   text eol=lf
36 *.xml   text eol=lf
37 *.xslt   text eol=lf
38 .clang-format   text eol=lf
39 .eslintrc.js   text eol=lf
40 .git-blame-ignore-revs   text eol=lf
41 .gitattributes   text eol=lf
42 .gitignore   text eol=lf
43 .vpython   text eol=lf
44 codereview.settings   text eol=lf
45 DEPS   text eol=lf
46 ATL_OWNERS   text eol=lf
47 LICENSE text eol=lf
48 LICENSE.* text eol=lf
49 MAJOR_BRANCH_DATE   text eol=lf
50 OWNERS   text eol=lf
51 README   text eol=lf
52 README.*   text eol=lf
53 WATCHLISTS   text eol=lf
54 VERSION   text eol=lf
55 DIR_METADATA   text eol=lf
56
57 # Skip Tricium by default on files in third_party.
58 third_party/** -tricium
59
60 # Skip needed directories for tizen to reduce chromium-efl-1.1.108.tar.gz file size
61 third_party/angle/third_party/VK-GL-CTS/src/android export-ignore
62 third_party/depot_tools export-ignore
63 third_party/node/node_modules.tar.gz export-ignore
64 third_party/node/linux/node-linux-x64.tar.gz export-ignore
65 third_party/afl/src/testcases/archives/common/gzip/small_archive.gz export-ignore
66 third_party/quic_trace/src/examples/example.json.gz export-ignore
67