Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2009-11-09 01:07:16 +0300
committerJunio C Hamano <gitster@pobox.com>2009-11-09 04:04:50 +0300
commitf9bbaa384efd4c5c56b9a13d08680f6fc09324ca (patch)
tree4fdc27da8fadf4650b2966f9a56e79b1c25c2665 /.gitignore
parent0a565de4a50032339d3786d366e70912a4dcf572 (diff)
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 <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 51a37b1af7..f0d2e96b88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -168,6 +168,7 @@ git.spec
*.exe
*.[aos]
*.py[co]
+*+
config.mak
autom4te.cache
config.cache