From a10751370dfe1115ab8f20151d94fa0d3d0d411d Mon Sep 17 00:00:00 2001 From: Isabelle Carter Date: Wed, 22 Jan 2014 13:24:56 -0800 Subject: [PATCH] added vim tmp files to git ignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 38b1b84c376..a493c807153 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ *.dummy *.pkl *.pyc +*.swp +*.swo servo-test Makefile Servo.app