Title: [142309] trunk
Revision
142309
Author
[email protected]
Date
2013-02-08 12:18:32 -0800 (Fri, 08 Feb 2013)

Log Message

Update .gitignore for vim swap files.
https://bugs.webkit.org/show_bug.cgi?id=109252

Patch by Seulgi Kim <[email protected]> on 2013-02-08
Reviewed by Dirk Pranke.

When opening the same files multiple with vim, vim creates a .*.sw[a-p]
file as the swap file.

* .gitignore:

Modified Paths

Diff

Modified: trunk/.gitignore (142308 => 142309)


--- trunk/.gitignore	2013-02-08 19:48:57 UTC (rev 142308)
+++ trunk/.gitignore	2013-02-08 20:18:32 UTC (rev 142309)
@@ -19,7 +19,7 @@
 .gdb_history
 tags
 *~
-*.swp
+.*.sw[a-p]
 
 # For best performance, place rules for deep paths in the parent directory.
 # For example: instead of placing Source/WebKit/chromium/WebKit.xcodeproj here,

Modified: trunk/ChangeLog (142308 => 142309)


--- trunk/ChangeLog	2013-02-08 19:48:57 UTC (rev 142308)
+++ trunk/ChangeLog	2013-02-08 20:18:32 UTC (rev 142309)
@@ -1,3 +1,15 @@
+2013-02-08  Seulgi Kim  <[email protected]>
+
+        Update .gitignore for vim swap files.
+        https://bugs.webkit.org/show_bug.cgi?id=109252
+
+        Reviewed by Dirk Pranke.
+
+        When opening the same files multiple with vim, vim creates a .*.sw[a-p]
+        file as the swap file.
+
+        * .gitignore:
+
 2013-02-08  Tomas Popela  <[email protected]>
 
         [GTK] Include files from DerivedSources/webkitdom for introspection
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to