From patchwork Tue Mar 29 03:04:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: gitignore: ignore site.{bak,exp} treewide Date: Mon, 28 Mar 2011 17:04:26 -0000 From: Mike Frysinger X-Patchwork-Id: 88720 Message-Id: <1301367866-6640-1-git-send-email-vapier@gentoo.org> To: gcc-patches@gcc.gnu.org Cc: gdb-patches@sourceware.org, binutils@sourceware.org These files are never checked into cvs, and are generated by most testsuites, so ignore them. Signed-off-by: Mike Frysinger 2011-03-28 Mike Frysinger * .gitignore: Ignore site.bak and site.exp. --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index dc1bf3f..df5ae23 100644 --- a/.gitignore +++ b/.gitignore @@ -36,5 +36,7 @@ core lost+found +site.bak +site.exp *.log *.sum