https://bugs.webkit.org/show_bug.cgi?id=79463
Patch by Chang Wan Hong <jourmoon@company100.net> on 2012-02-26
Reviewed by Andreas Kling.
* .gitignore: Ignore .project and .cproject
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@108953
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
.kdev_include_paths
*.kdev4
*.kate-swp
+
+# Ignore Eclipse files:
+.project
+.cproject
+2012-02-26 Chang Wan Hong <jourmoon@company100.net>
+
+ Update .gitignore for project property files generated by Eclipse.
+ https://bugs.webkit.org/show_bug.cgi?id=79463
+
+ Reviewed by Andreas Kling.
+
+ * .gitignore: Ignore .project and .cproject
+
2012-02-25 Ryosuke Niwa <rniwa@webkit.org>
Perf-o-matic build fix after r108917. I need a scrollbar in order see all the tests.