diff options
author | Eric Wong <normalperson@yhbt.net> | 2006-02-20 10:57:29 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-20 13:32:42 -0800 |
commit | 96a40b27c99f1f55de1830fb1a39b1050b4b7a18 (patch) | |
tree | 2a2d279425d20999e8d870ef6fd818dcc414e3a2 /contrib/git-svn/.gitignore | |
parent | git-svn: fix several corner-case and rare bugs with 'commit' (diff) | |
download | tgif-96a40b27c99f1f55de1830fb1a39b1050b4b7a18.tar.xz |
contrib/git-svn: add Makefile, test, and associated ignores
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'contrib/git-svn/.gitignore')
-rw-r--r-- | contrib/git-svn/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/git-svn/.gitignore b/contrib/git-svn/.gitignore new file mode 100644 index 0000000000..d8d87e3af9 --- /dev/null +++ b/contrib/git-svn/.gitignore @@ -0,0 +1,4 @@ +git-svn +git-svn.xml +git-svn.html +git-svn.1 |