Ignore .swo and .swp files

stable
David Barragán Merino 2014-06-25 12:37:24 +02:00
parent edc112b980
commit 56780c4613
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -5,3 +5,5 @@ app/vendor
config/main.coffee config/main.coffee
bower_components bower_components
app/coffee/modules/locales/locale*.coffee app/coffee/modules/locales/locale*.coffee
*.swp
*.swo