From: Arturo Borrero Gonzalez Date: Mon, 10 Feb 2020 10:33:13 +0000 (+0100) Subject: .gitignore: add nano/vim swap file X-Git-Tag: v1.8.5~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8560ef29b1b3f8113f31f19fa57d85778c166c90;p=thirdparty%2Fiptables.git .gitignore: add nano/vim swap file Ignore swap/lock files for nano/vim. Not interested in git being aware of them. Signed-off-by: Arturo Borrero Gonzalez Acked-by: Pablo Neira Ayuso --- diff --git a/.gitignore b/.gitignore index 92eb178a..e5595264 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ Makefile.in /iptables/xtables-multi /iptables/xtables-compat-multi + +# vim/nano swap file +*.swp