netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [iptables PATCH] .gitignore: add nano/vim swap file
@ 2020-01-20 13:32 Arturo Borrero Gonzalez
  0 siblings, 0 replies; only message in thread
From: Arturo Borrero Gonzalez @ 2020-01-20 13:32 UTC (permalink / raw)
  To: netfilter-devel

Ignore swap/lock files for nano/vim. Not interested in git being aware of them.

Signed-off-by: Arturo Borrero Gonzalez <arturo@netfilter.org>
---
 .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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-20 13:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-20 13:32 [iptables PATCH] .gitignore: add nano/vim swap file Arturo Borrero Gonzalez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).