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
JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.xcodeproj
WebCore/WebCore.gyp/WebCore.xcodeproj
WebKit/chromium/WebKit.xcodeproj
+
+# Though the GTK build builds in a subdirectory, autogen.sh still deposits
+# a few files into the source tree.
+/aclocal.m4
+/autom4te.cache
+/autotools
+/autotoolsconfig.h.in
+/configure
+/GNUmakefile.in
+/gtk-doc.make
+/INSTALL
+/README
+2009-12-19 Evan Martin <evan@chromium.org>
+
+ Reviewed by Gustavo Noronha Silva.
+
+ Add a couple of WebKitGtk files to .gitignore.
+
+ * .gitignore:
+
2009-12-18 Benjamin Otte <otte@gnome.org>
Reviewed by Xan Lopez.