* [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
* Re: [PATCH] gitignore: add test-mktemp to ignore list
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
1 sibling, 0 replies; 3+ messages in thread
From: Sverre Rabbelier @ 2011-02-13 0:10 UTC (permalink / raw)
To: Ævar Arnfjörð Bjarmason
Cc: git, Junio C Hamano, Arnout Engelen
Heya,
On Sun, Feb 13, 2011 at 00:21, Ævar Arnfjörð Bjarmason <avarab@gmail.com> wrote:
> 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.
I really look forward to git learning not to put it's obj files in the
main tree. These patches are just.. gah! (Thanks for sending it
though, just the fact that it's needed is annoying I mean).
--
Cheers,
Sverre Rabbelier
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gitignore: add test-mktemp to ignore list
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
1 sibling, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2011-02-13 23:15 UTC (permalink / raw)
To: Ævar Arnfjörð Bjarmason; +Cc: git, Arnout Engelen
Thanks; applied.
^ permalink raw reply [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).