Ignore not needed directories to reduce source code size
[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 *.sh text eol=lf
31 *.sql   text eol=lf
32 *.txt   text eol=lf
33 *.xml   text eol=lf
34 *.xslt   text eol=lf
35 .clang-format   text eol=lf
36 .eslintrc.js   text eol=lf
37 .git-blame-ignore-revs   text eol=lf
38 .gitattributes   text eol=lf
39 .gitignore   text eol=lf
40 .vpython   text eol=lf
41 codereview.settings   text eol=lf
42 DEPS   text eol=lf
43 ENG_REVIEW_OWNERS   text eol=lf
44 LICENSE text eol=lf
45 LICENSE.* text eol=lf
46 MAJOR_BRANCH_DATE   text eol=lf
47 OWNERS   text eol=lf
48 README   text eol=lf
49 README.*   text eol=lf
50 WATCHLISTS   text eol=lf
51 VERSION   text eol=lf
52
53 # Skip Tricium by default on files in third_party.
54 third_party/** -tricium
55
56 # Skip needed directories for tizen to reduce chromium-efl-1.1.108.tar.gz file size
57 third_party/angle/third_party/VK-GL-CTS/src/android export-ignore
58 third_party/depot_tools export-ignore
59 third_party/node/node_modules.tar.gz export-ignore
60 third_party/node/linux/node-linux-x64.tar.gz export-ignore
61 third_party/afl/src/testcases/archives/common/gzip/small_archive.gz export-ignore
62 third_party/quic_trace/src/examples/example.json.gz export-ignore
63