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 | Makefile: make script-related rules usable from subdirectories (diff) | |
download | tgif-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 0000000000..b9196555e5 --- /dev/null +++ b/contrib/mw-to-git/.gitignore @@ -0,0 +1 @@ +git-remote-mediawiki |