summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/.gitattributes
diff options
context:
space:
mode:
authorhausmann@webkit.org <hausmann@webkit.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2012-08-29 18:50:56 +0000
committerhausmann@webkit.org <hausmann@webkit.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2012-08-29 18:50:56 +0000
commit20706fd0c00d214a264439277e0bc8e90ccba203 (patch)
treeb1e061e4956ff5235b3b745f84087945d343fa1f /third_party/WebKit/.gitattributes
parent377921484873e3c63fb89311c7d8a2fa5abe3cfc (diff)
downloadchromium_src-20706fd0c00d214a264439277e0bc8e90ccba203.zip
chromium_src-20706fd0c00d214a264439277e0bc8e90ccba203.tar.gz
chromium_src-20706fd0c00d214a264439277e0bc8e90ccba203.tar.bz2
Tell git-archive to not export .gitattributes and .gitignore
Patch by Thiago Macieira <thiago.macieira@intel.com> on 2012-08-29 Reviewed by Simon Hausmann. Exclude git specific files from archives created via git-archive. * .gitattributes: git-svn-id: svn://svn.chromium.org/blink/trunk@127025 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/.gitattributes')
-rw-r--r--third_party/WebKit/.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/WebKit/.gitattributes b/third_party/WebKit/.gitattributes
index 56a55c6..741c4d5 100644
--- a/third_party/WebKit/.gitattributes
+++ b/third_party/WebKit/.gitattributes
@@ -25,3 +25,7 @@ objc/*.h diff=objcppheader
# For best performance, place rules for deep paths in the parent directory.
# For example: instead of "Source/WebCore/inspector/Inspector.json -crlf" here,
# place "Inspector.json -crlf" in Source/WebCore/inspector/.gitattributes
+
+# Exclude these git specific files from archives created via git-archive.
+.gitignore export-ignore
+.gitattributes export-ignore