From: Daniel Axtens Date: Tue, 9 Aug 2016 04:27:38 +0000 (+1000) Subject: Ignore *~ and #*# files. X-Git-Tag: v2.0.0-rc1~290 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=198fc9930db054fb4c1b3b7b5df210c07da228c6;p=thirdparty%2Fpatchwork.git Ignore *~ and #*# files. Signed-off-by: Daniel Axtens Reviewed-by: Andrew Donnellan Reviewed-by: Stephen Finucane --- diff --git a/.gitignore b/.gitignore index ea1af700..b3af3a48 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ .* *.pyc *.patch +*~ +\#*\# # # Top-level generic files