Ignore swap/lock files for nano/vim. Not interested in git being aware of them. Signed-off-by: Arturo Borrero Gonzalez <arturo@xxxxxxxxxxxxx> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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