Changeset 142309 in webkit


Ignore:
Timestamp:
Feb 8, 2013 12:18:32 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Seulgi Kim <seulgikim@company100.net> 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:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.gitignore

    r137270 r142309  
    2020tags
    2121*~
    22 *.swp
     22.*.sw[a-p]
    2323
    2424# For best performance, place rules for deep paths in the parent directory.
  • trunk/ChangeLog

    r142285 r142309  
     12013-02-08  Seulgi Kim  <seulgikim@company100.net>
     2
     3        Update .gitignore for vim swap files.
     4        https://bugs.webkit.org/show_bug.cgi?id=109252
     5
     6        Reviewed by Dirk Pranke.
     7
     8        When opening the same files multiple with vim, vim creates a .*.sw[a-p]
     9        file as the swap file.
     10
     11        * .gitignore:
     12
    1132013-02-08  Tomas Popela  <tpopela@redhat.com>
    214
Note: See TracChangeset for help on using the changeset viewer.