[M120 Migration][WEBRTC] Fix messenger app preview fail issue
[platform/framework/web/chromium-efl.git] / .gitattributes
index 9cc142c..a7a88ba 100644 (file)
@@ -5,24 +5,33 @@
 /net/http/*.pins  text eol=lf
 
 # Force LF checkout for all source files
+*.bin binary
 *.c text eol=lf
 *.cc text eol=lf
 *.cpp text eol=lf
+*.csv text eol=lf
 *.grd   text eol=lf
 *.grdp   text eol=lf
 *.gn text eol=lf
 *.gni text eol=lf
 *.h text eol=lf
 *.html   text eol=lf
+*.idl text eol=lf
 *.in   text eol=lf
 *.inc   text eol=lf
 *.java   text eol=lf
 *.js   text eol=lf
 *.json   text eol=lf
+*.json5 text eol=lf
 *.md text eol=lf
 *.mm text eol=lf
+*.mojom text eol=lf
+*.pdf -diff
+*.proto text eol=lf
+*.rs text eol=lf
 *.sh text eol=lf
 *.sql   text eol=lf
+*.toml  text eol=lf
 *.txt   text eol=lf
 *.xml   text eol=lf
 *.xslt   text eol=lf
@@ -34,7 +43,7 @@
 .vpython   text eol=lf
 codereview.settings   text eol=lf
 DEPS   text eol=lf
-ENG_REVIEW_OWNERS   text eol=lf
+ATL_OWNERS   text eol=lf
 LICENSE text eol=lf
 LICENSE.* text eol=lf
 MAJOR_BRANCH_DATE   text eol=lf
@@ -43,3 +52,16 @@ README   text eol=lf
 README.*   text eol=lf
 WATCHLISTS   text eol=lf
 VERSION   text eol=lf
+DIR_METADATA   text eol=lf
+
+# Skip Tricium by default on files in third_party.
+third_party/** -tricium
+
+# Skip needed directories for tizen to reduce chromium-efl-1.1.108.tar.gz file size
+third_party/angle/third_party/VK-GL-CTS/src/android export-ignore
+third_party/depot_tools export-ignore
+third_party/node/node_modules.tar.gz export-ignore
+third_party/node/linux/node-linux-x64.tar.gz export-ignore
+third_party/afl/src/testcases/archives/common/gzip/small_archive.gz export-ignore
+third_party/quic_trace/src/examples/example.json.gz export-ignore
+