From 56780c4613591b9fcc91200da471348d007bc241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Wed, 25 Jun 2014 12:37:24 +0200 Subject: [PATCH] Ignore .swo and .swp files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a89dd2ba..e559fab5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ app/vendor config/main.coffee bower_components app/coffee/modules/locales/locale*.coffee +*.swp +*.swo