diff options
author | Andreas Ericsson <ae@op5.se> | 2006-02-07 18:21:02 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-07 13:19:51 -0800 |
commit | d19e06fa8f86b611c10115903ef7e50d5de112f0 (patch) | |
tree | db5f89bd45bb3812ddccb245a022a336cbc80c08 | |
parent | deb989b57d01cc1ed10ec245245a0e6214a16f87 (diff) | |
download | git-d19e06fa8f86b611c10115903ef7e50d5de112f0.tar.gz git-d19e06fa8f86b611c10115903ef7e50d5de112f0.tar.xz |
.gitignore git-rerere and config.mak
Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 513f22eb1..d7e8d2ac0 100644 --- a/.gitignore +++ b/.gitignore @@ -78,6 +78,7 @@ git-relink git-repack git-repo-config git-request-pull +git-rerere git-reset git-resolve git-rev-list @@ -123,3 +124,4 @@ git-core.spec libgit.a *.o *.py[co] +config.mak |