Code

add gitignore entry to description about how to write a builtin
authorHeiko Voigt <hvoigt@hvoigt.net>
Wed, 3 Aug 2011 18:06:17 +0000 (20:06 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Aug 2011 18:44:23 +0000 (11:44 -0700)
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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-builtin.txt

index 5cb2b0590abb1fc4e4685097ba3cdd3d0683a95f..b0cafe87bee046dc9b2d4e61e0d057e787a6f1f6 100644 (file)
@@ -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
 ------------------------