From 605ea5059d75fd2d31b17355fa2eb00125552cee Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Wed, 2 Aug 2017 16:11:17 -0400 Subject: [PATCH] Add `.swp` to `.distignore` and `.gitignore` This is how it propagates to all packages --- .distignore | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.distignore b/.distignore index b964b40..5064573 100644 --- a/.distignore +++ b/.distignore @@ -11,3 +11,4 @@ features/ utils/ *.zip *.tar.gz +*.swp diff --git a/.gitignore b/.gitignore index 54f24c8..5ce696e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ node_modules/ vendor/ *.zip *.tar.gz +*.swp