diff options
author | Junio C Hamano <junkio@cox.net> | 2007-04-08 22:14:16 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-08 22:14:16 -0700 |
commit | 24c64d6add05f1f4d2e277af2d44c961910c98d3 (patch) | |
tree | b6ce3bde585b53c8293f1b108779a700451ec0bb /Documentation/.gitignore | |
parent | c16d08713e2d7f5c440f7649ceb68f838b4b8bea (diff) | |
download | git-24c64d6add05f1f4d2e277af2d44c961910c98d3.tar.gz git-24c64d6add05f1f4d2e277af2d44c961910c98d3.tar.xz |
Add Documentation/cmd-list.made to .gitignore
Noticed by Randal L. Schwartz.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/.gitignore')
-rw-r--r-- | Documentation/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/.gitignore b/Documentation/.gitignore index 6a51331b2..b98d21e98 100644 --- a/Documentation/.gitignore +++ b/Documentation/.gitignore @@ -2,6 +2,7 @@ *.html *.1 *.7 +*.made howto-index.txt doc.dep cmds-*.txt |