From ea8ea1b6873ce9656610d91bc167d09052c32754 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 23 Feb 2015 09:12:15 +0100 Subject: [PATCH] .gitignore: Ignore *~ and *.rej files. These should never be under version control. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6df2e505..2889d20d 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,8 @@ TODO paraslash-*.tar.bz2 web/dia/overview.pdf *.swp +*.rej +*~ error2.h web_sync confdefs.h -- 2.30.2