* [PATCH] add gitignore entry to description about how to write a builtin
@ 2011-08-03 18:06 Heiko Voigt
0 siblings, 0 replies; only message in thread
From: Heiko Voigt @ 2011-08-03 18:06 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
If the author forgets the gitignore entry the built result will show up
as new file in the git working directory.
Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
---
Documentation/technical/api-builtin.txt | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Documentation/technical/api-builtin.txt b/Documentation/technical/api-builtin.txt
index 5cb2b05..b0cafe8 100644
--- a/Documentation/technical/api-builtin.txt
+++ b/Documentation/technical/api-builtin.txt
@@ -49,6 +49,8 @@ Additionally, if `foo` is a new command, there are 3 more things to do:
. Add an entry for `git-foo` to `command-list.txt`.
+. Add an entry for `/git-foo` to `.gitignore`.
+
How a built-in is called
------------------------
--
1.7.6.353.g02057.dirty
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-08-03 18:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-03 18:06 [PATCH] add gitignore entry to description about how to write a builtin Heiko Voigt
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).