From: Ondřej Surý Date: Wed, 16 May 2018 07:20:58 +0000 (+0200) Subject: Add *.rej and *.orig to the global .gitignore X-Git-Tag: v9.13.1~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a643ee5b8799a5a1f0cc4caf6e231e438a60c3b;p=thirdparty%2Fbind9.git Add *.rej and *.orig to the global .gitignore --- diff --git a/.gitignore b/.gitignore index 5359c1eb3ef..b91ecf04887 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ libtool /isc-config.sh /configure.lineno autom4te.cache/ +*.rej +*.orig *.o *.lo *.so