Split up top-level .gitignore and .gitattributes
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 30 Mar 2012 17:17:03 +0000 (17:17 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 30 Mar 2012 17:17:03 +0000 (17:17 +0000)
commit66f2559527a8096f8abc522ad0704f33303f790f
treed618c337b12110a38c9c89d6eb989223b50c2721
parent08c87157089fd175fe2c4c319b4e10f4d4a36eab
Split up top-level .gitignore and .gitattributes
https://bugs.webkit.org/show_bug.cgi?id=82687

Patch by David Barr <davidbarr@chromium.org> on 2012-03-30
Reviewed by Tor Arne Vestbø.

.:

Jeff King <peff@peff.net> suggested this on the git mailing list.
http://article.gmane.org/gmane.comp.version-control.git/194294
He reported a 1.6 times speed up for 'git status'.

* .gitattributes:
* .gitignore:
* ManualTests/.gitattributes: Added.
* Source/.gitignore: Added.
* Websites/.gitattributes: Added.

PerformanceTests:

* .gitattributes: Added.

Source/JavaScriptCore:

* JavaScriptCore.gyp/.gitignore: Added.

Source/Platform:

* Platform.gyp/.gitignore: Added.

Source/ThirdParty:

* glu/.gitignore: Added.

Source/WebCore:

No new tests, source control administrivia.

* .gitattributes: Added.
* WebCore.gyp/.gitignore: Added.

Source/WebKit/chromium:

* .gitignore: Added.

Source/WTF:

* WTF.gyp/.gitignore: Added.

Tools:

* .gitattributes: Added.
* .gitignore: Added.
* DumpRenderTree/DumpRenderTree.gyp/.gitignore: Added.
* TestWebKitAPI/TestWebKitAPI.gyp/.gitignore: Added.

LayoutTests:

* .gitattributes: Added.
* .gitignore: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@112683 268f45cc-cd09-0410-ab3c-d52691b4dbfc
29 files changed:
.gitattributes
.gitignore
ChangeLog
LayoutTests/.gitattributes [new file with mode: 0644]
LayoutTests/.gitignore [new file with mode: 0644]
LayoutTests/ChangeLog
ManualTests/.gitattributes [new file with mode: 0644]
PerformanceTests/.gitattributes [new file with mode: 0644]
PerformanceTests/ChangeLog
Source/.gitignore [new file with mode: 0644]
Source/JavaScriptCore/ChangeLog
Source/JavaScriptCore/JavaScriptCore.gyp/.gitignore [new file with mode: 0644]
Source/Platform/ChangeLog
Source/Platform/Platform.gyp/.gitignore [new file with mode: 0644]
Source/ThirdParty/ChangeLog
Source/ThirdParty/glu/.gitignore [new file with mode: 0644]
Source/WTF/ChangeLog
Source/WTF/WTF.gyp/.gitignore [new file with mode: 0644]
Source/WebCore/.gitattributes [new file with mode: 0644]
Source/WebCore/ChangeLog
Source/WebCore/WebCore.gyp/.gitignore [new file with mode: 0644]
Source/WebKit/chromium/.gitignore [new file with mode: 0644]
Source/WebKit/chromium/ChangeLog
Tools/.gitattributes [new file with mode: 0644]
Tools/.gitignore [new file with mode: 0644]
Tools/ChangeLog
Tools/DumpRenderTree/DumpRenderTree.gyp/.gitignore [new file with mode: 0644]
Tools/TestWebKitAPI/TestWebKitAPI.gyp/.gitignore [new file with mode: 0644]
Websites/.gitattributes [new file with mode: 0644]