From f1ee5b5c53c870082803f998167b1fb87df87571 Mon Sep 17 00:00:00 2001 From: "scroggo@google.com" Date: Fri, 8 Feb 2013 16:59:59 +0000 Subject: Add .swp files to gitignore. Make git ignore .swp files (generated while editing in vim). Review URL: https://codereview.appspot.com/7309059 git-svn-id: http://skia.googlecode.com/svn/trunk@7669 2bbb7eff-a529-9590-31e7-b0007b416f81 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 237b7f13ca..1ef10dc475 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.swp .android_config .DS_Store .gclient* -- cgit v1.2.3