Add .swp to .distignore and .gitignore

This is how it propagates to all packages
This commit is contained in:
Daniel Bachhuber 2017-08-02 16:11:17 -04:00
parent 9d59c4ff7d
commit 605ea5059d
2 changed files with 2 additions and 0 deletions

View file

@ -11,3 +11,4 @@ features/
utils/
*.zip
*.tar.gz
*.swp

1
.gitignore vendored
View file

@ -4,3 +4,4 @@ node_modules/
vendor/
*.zip
*.tar.gz
*.swp