From 3a643ee5b8799a5a1f0cc4caf6e231e438a60c3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 16 May 2018 09:20:58 +0200 Subject: [PATCH] Add *.rej and *.orig to the global .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5359c1eb3e..b91ecf0488 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ libtool /isc-config.sh /configure.lineno autom4te.cache/ +*.rej +*.orig *.o *.lo *.so