- 01 Dec, 2010 1 commit
-
-
aroben@apple.com authored
Fixes <http://webkit.org/b/50348> Git complains about lots of untracked files in WebKitLibraries/win Reviewed by Steve Falkenburg. * .gitignore: Added files from these libraries. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73074 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 24 Nov, 2010 1 commit
-
-
hayato@chromium.org authored
Reviewed by David Levin. Add files which Chromium port generates to .gitignore. https://bugs.webkit.org/show_bug.cgi?id=49943 * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72688 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 19 Nov, 2010 1 commit
-
-
mihaip@chromium.org authored
Add recent upstream Chromium dependencies to .gitignore. * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72416 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 03 Oct, 2010 1 commit
-
-
dglazkov@chromium.org authored
Add Chromium depot_tools to files that git should ignore. * .gitignore: Added WebKit/chromium/depot_tools. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68987 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 07 Sep, 2010 1 commit
-
-
commit-queue@webkit.org authored
Reviewed by Holger Freyther. gitignore *~ files and gtk *.pot files https://bugs.webkit.org/show_bug.cgi?id=45129 * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66870 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 17 Aug, 2010 1 commit
-
-
kov@webkit.org authored
Reviewed by Martin Robinson. [GTK] GSettings support adds annoying warnings on systems with older glib versions https://bugs.webkit.org/show_bug.cgi?id=44056 Add file containing GLIB_GSETTINGS macro so that configure doesn't spit warnings in older systems. * autotools/gsettings.m4: Added. * .gitignore: Ignore files that are generated inside autotools explicitely, because we have some that are kept in version control. WebKit/gtk 2010-08-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> Reviewed by Martin Robinson. [GTK] GSettings support adds annoying warnings on systems with older glib versions https://bugs.webkit.org/show_bug.cgi?id=44056 Use #ifdef instead of #if for HAVE_GSETTINGS to avoid warnings when it is not defined. * WebCoreSupport/InspectorClientGtk.cpp: * webkit/webkitprivate.cpp: (webkit_init): * webkit/webkitprivate.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65498 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 14 Aug, 2010 1 commit
-
-
commit-queue@webkit.org authored
Reviewed by Kenneth Rohde Christiansen. Update .gitignore file for more files https://bugs.webkit.org/show_bug.cgi?id=43991 * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65365 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 12 Aug, 2010 1 commit
-
-
dglazkov@chromium.org authored
Reviewed by David Levin. Add more Chromium-related dependency directories to .gitignore. https://bugs.webkit.org/show_bug.cgi?id=43940 * .gitignore: Added all existing that are created by update-webkit --chromium. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65282 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 14 Jul, 2010 1 commit
-
-
commit-queue@webkit.org authored
Reviewed by Kent Tamura Configure Git to ignore build files generated by Chromium .gyp on windows. Bug 42205: Chromium build files on windows not ignored by git https://bugs.webkit.org/show_bug.cgi?id=42205 * .gitignore: Updated git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63302 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 03 May, 2010 1 commit
-
-
abarth@webkit.org authored
Reviewed by Dimitri Glazkov. Add some more Chromium-specific files to gitignore https://bugs.webkit.org/show_bug.cgi?id=38469 These files are generated as part of the update-webkit --chromium script. * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@58677 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 01 Apr, 2010 1 commit
-
-
ojan@chromium.org authored
Reviewed by Adam Barth. autoinstalled should be git ignored https://bugs.webkit.org/show_bug.cgi?id=36970 * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@56944 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 02 Mar, 2010 1 commit
-
-
dimich@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=35559 Reviewed by Alexey Proskuryakov. * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55418 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 26 Feb, 2010 1 commit
-
-
eric@webkit.org authored
Reviewed by Gustavo Noronha Silva. [Gtk] ignore WebKit/gtk/docs/GNUmakefile.in in .gitignore https://bugs.webkit.org/show_bug.cgi?id=35424 * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55327 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 04 Jan, 2010 1 commit
-
-
eric@webkit.org authored
Reviewed by Adam Barth. bugzilla-tool should not require users to install mechanize https://bugs.webkit.org/show_bug.cgi?id=32635 * .gitignore: Ignore autoinstall.cache.d directory created by autoinstall.py 2010-01-04 Eric Seidel <eric@webkit.org> Reviewed by Adam Barth. bugzilla-tool should not require users to install mechanize https://bugs.webkit.org/show_bug.cgi?id=32635 Use the nifty "autoinstall" module from Daniel Krech: http://pypi.python.org/pypi/autoinstall/0.2 http://code.google.com/p/pyautoinstall/ It's available under a WebKit-compatible BSD license. * Scripts/webkitpy/__init__.py: - bind "mechanize" to an autoinstall importer which will auto-download mechanize if necessary. * Scripts/webkitpy/autoinstall.py: Added. * Scripts/webkitpy/bugzilla.py: use "mechanize" instead of webkit_mechanize * Scripts/webkitpy/statusbot.py: ditto. * Scripts/webkitpy/webkit_mechanize.py: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52718 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 19 Dec, 2009 1 commit
-
-
eric@webkit.org authored
Reviewed by Gustavo Noronha Silva. Add a couple of WebKitGtk files to .gitignore. * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52383 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 24 Nov, 2009 1 commit
-
-
snej@chromium.org authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51365 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 30 Oct, 2009 1 commit
-
-
abarth@webkit.org authored
Reviewed by Mark Rowe. Teach git to ignore some files https://bugs.webkit.org/show_bug.cgi?id=30951 Ignore WebKitBuild because we never want to version that directory. Also, ignore the xcode project files so git clean doesn't blow away your project settings. Finally, ignore the compiled python files in WebKitTools/Script modules because they clutter up git status. * .gitignore: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50325 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-