Reviewed by Holger Freyther.
gitignore *~ files and gtk *.pot files
https://bugs.webkit.org/show_bug.cgi?id=45129
* .gitignore:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@66870
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
# Ignore common tool auto-generated files.
.gdb_history
tags
+*~
# Ignore Chromium projects auto-generated from .gyp files:
JavaScriptCore/JavaScriptCore.gyp/*.Makefile
/configure
/GNUmakefile.in
/WebKit/gtk/docs/GNUmakefile.in
+/WebKit/gtk/po/*.pot
/gtk-doc.make
/INSTALL
/README
+2010-09-07 Arno Renevier <arno@renevier.net>
+
+ Reviewed by Holger Freyther.
+
+ gitignore *~ files and gtk *.pot files
+ https://bugs.webkit.org/show_bug.cgi?id=45129
+
+ * .gitignore:
+
2010-09-04 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Reviewed by Kenneth Rohde Christiansen.