From: Jonathan Nieder Date: Sun, 8 Nov 2009 22:07:16 +0000 (-0600) Subject: Add intermediate build products to .gitignore X-Git-Tag: v1.6.5.3~24 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f9bbaa384efd4c5c56b9a13d08680f6fc09324ca;p=git.git Add intermediate build products to .gitignore Temporaries such as configure.ac+ and Documentation/*.xml+ sometimes remain after an interrupted build. Tell git not to track them. Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- diff --git a/.gitignore b/.gitignore index 51a37b1af..f0d2e96b8 100644 --- a/.gitignore +++ b/.gitignore @@ -168,6 +168,7 @@ git.spec *.exe *.[aos] *.py[co] +*+ config.mak autom4te.cache config.cache