From 5ce87611c295af0a88513f74ce4b5362ca2aaf43 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Wed, 26 Feb 2014 11:53:19 +0000 Subject: [PATCH] Add vi swap files to .gitignore BUG=none R=dcarney@chromium.org LOG=n Review URL: https://codereview.chromium.org/181263002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19559 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d554ec6..1b74e7f 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ *~ .cpplint-cache .d8_history +.*.sw? bsuite d8 d8_g -- 2.7.4