Title: [126936] trunk
Revision
126936
Author
[email protected]
Date
2012-08-28 15:59:22 -0700 (Tue, 28 Aug 2012)

Log Message

Add directory generated by Eclipse to .gitignore
https://bugs.webkit.org/show_bug.cgi?id=95231

Patch by Mario Sanchez Prada <[email protected]> on 2012-08-28
Reviewed by Andreas Kling.

* .gitignore: Ignore .settings directory.

Modified Paths

Diff

Modified: trunk/.gitignore (126935 => 126936)


--- trunk/.gitignore	2012-08-28 22:53:10 UTC (rev 126935)
+++ trunk/.gitignore	2012-08-28 22:59:22 UTC (rev 126936)
@@ -116,3 +116,4 @@
 # Ignore Eclipse files:
 .project
 .cproject
+.settings

Modified: trunk/ChangeLog (126935 => 126936)


--- trunk/ChangeLog	2012-08-28 22:53:10 UTC (rev 126935)
+++ trunk/ChangeLog	2012-08-28 22:59:22 UTC (rev 126936)
@@ -1,3 +1,12 @@
+2012-08-28  Mario Sanchez Prada  <[email protected]>
+
+        Add directory generated by Eclipse to .gitignore
+        https://bugs.webkit.org/show_bug.cgi?id=95231
+
+        Reviewed by Andreas Kling.
+
+        * .gitignore: Ignore .settings directory.
+
 2012-08-27  Rob Buis  <[email protected]>
 
         [BlackBerry] remove -fno-rtti option in CMAKE_C_FLAGS
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to