From 7e25d81870631e43c9841c83d8ff675fdd319066 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Thu, 13 Jun 2013 15:39:23 +0100 Subject: [PATCH] Ignore one-makefile stuff. --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 697e469af6..0ddcf4e360 100644 --- a/.gitignore +++ b/.gitignore @@ -15,9 +15,10 @@ /include /*.pc /rehash.time -/out.dbg -/outinc -/tmp.dbg +/inc.* +/makefile.* +/out.* +/tmp.* # Most *.c files under test/ are symlinks /test/*.c -- 2.25.1