Title: [108953] trunk
- Revision
- 108953
- Author
- [email protected]
- Date
- 2012-02-26 21:05:49 -0800 (Sun, 26 Feb 2012)
Log Message
Update .gitignore for project property files generated by Eclipse.
https://bugs.webkit.org/show_bug.cgi?id=79463
Patch by Chang Wan Hong <[email protected]> on 2012-02-26
Reviewed by Andreas Kling.
* .gitignore: Ignore .project and .cproject
Modified Paths
Diff
Modified: trunk/.gitignore (108952 => 108953)
--- trunk/.gitignore 2012-02-27 04:16:09 UTC (rev 108952)
+++ trunk/.gitignore 2012-02-27 05:05:49 UTC (rev 108953)
@@ -200,3 +200,7 @@
.kdev_include_paths
*.kdev4
*.kate-swp
+
+# Ignore Eclipse files:
+.project
+.cproject
Modified: trunk/ChangeLog (108952 => 108953)
--- trunk/ChangeLog 2012-02-27 04:16:09 UTC (rev 108952)
+++ trunk/ChangeLog 2012-02-27 05:05:49 UTC (rev 108953)
@@ -1,3 +1,12 @@
+2012-02-26 Chang Wan Hong <[email protected]>
+
+ 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 <[email protected]>
Perf-o-matic build fix after r108917. I need a scrollbar in order see all the tests.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes