diff options
author | Junio C Hamano <junkio@cox.net> | 2005-11-11 22:28:03 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-11 22:28:03 -0800 |
commit | 7765e7ebda7e273bca34e87110be899447068b58 (patch) | |
tree | 9a0f0c748316751fbf593a21f2b16bcdd975095a /.gitignore | |
parent | e6bd23911efd0a2bd756c77d9e7ba6576eb739a1 (diff) | |
download | git-7765e7ebda7e273bca34e87110be899447068b58.tar.gz git-7765e7ebda7e273bca34e87110be899447068b58.tar.xz |
Ignore built git-lost+found.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1d1aa5767..328b399f9 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,7 @@ git-index-pack git-init-db git-local-fetch git-log +git-lost+found git-ls-files git-ls-remote git-ls-tree |