diff options
author | Matthieu Moy <Matthieu.Moy@imag.fr> | 2013-02-08 18:31:17 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-08 10:02:32 -0800 |
commit | 1986768f9ce991f5502a9436a8570217b567f14b (patch) | |
tree | 1dcc436065eabc2c8612e90db7445fc2ecff28d2 /contrib/mw-to-git/.gitignore | |
parent | 4c06b41888ab827b91e7ad7b7067889916847233 (diff) | |
download | git-1986768f9ce991f5502a9436a8570217b567f14b.tar.gz git-1986768f9ce991f5502a9436a8570217b567f14b.tar.xz |
git-remote-mediawiki: use toplevel's Makefile
This makes the Makefile simpler, while providing more features, and more
consistency (the exact same rules with the exact same configuration as
Git official commands are applied with the new version).
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/mw-to-git/.gitignore')
-rw-r--r-- | contrib/mw-to-git/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/mw-to-git/.gitignore b/contrib/mw-to-git/.gitignore new file mode 100644 index 000000000..b9196555e --- /dev/null +++ b/contrib/mw-to-git/.gitignore @@ -0,0 +1 @@ +git-remote-mediawiki |