- 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
-