Bug 1475904 - Add .swp files (for open, unnamed vim buffers) to .gitignore. r?gps draft
authorCameron McCormack <cam@mcc.id.au>
Mon, 16 Jul 2018 12:26:13 +1000
changeset 818624 1b5641706749f3f8907c472faecbc71eb095f2bf
parent 818623 81324726db5dabe7516b2a366e08af545eafa7bb
push id116293
push userbmo:cam@mcc.id.au
push dateMon, 16 Jul 2018 02:26:52 +0000
reviewersgps
bugs1475904
milestone63.0a1
Bug 1475904 - Add .swp files (for open, unnamed vim buffers) to .gitignore. r?gps MozReview-Commit-ID: KIEbQWijXrJ
.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -10,16 +10,17 @@ tags
 ID
 !id/
 .DS_Store*
 *.pdb
 *.egg-info
 
 # Vim swap files.
 .*.sw[a-z]
+.sw[a-z]
 
 # Emacs directory variable files.
 **/.dir-locals.el
 
 # User files that may appear at the root
 /.mozconfig*
 /mozconfig
 /configure