git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitignore: add test-mktemp to ignore list
@ 2011-02-12 23:21 Ævar Arnfjörð Bjarmason
  2011-02-13  0:10 ` Sverre Rabbelier
  2011-02-13 23:15 ` Junio C Hamano
  0 siblings, 2 replies; 3+ messages in thread
From: Ævar Arnfjörð Bjarmason @ 2011-02-12 23:21 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Arnout Engelen,
	Ævar Arnfjörð Bjarmason

Change the .gitignore to ignore test-mktemp which is built from
test-mktemp.c. Arnout Engelen added this in
6cf6bb3e47ac2f667fa0b27a4222e903ff6fb77c but did not add a
corresponding entry to .gitignore.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3dd6ef7..c460c66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -170,6 +170,7 @@
 /test-index-version
 /test-line-buffer
 /test-match-trees
+/test-mktemp
 /test-obj-pool
 /test-parse-options
 /test-path-utils
-- 
1.7.2.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-13 23:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-12 23:21 [PATCH] gitignore: add test-mktemp to ignore list Ævar Arnfjörð Bjarmason
2011-02-13  0:10 ` Sverre Rabbelier
2011-02-13 23:15 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).