aboutsummaryrefslogtreecommitdiff
path: root/git_remote_helpers/.gitignore
diff options
context:
space:
mode:
authorSverre Rabbelier <srabbelier@gmail.com>2009-11-18 02:42:32 +0100
committerJunio C Hamano <gitster@pobox.com>2009-11-24 15:50:20 -0800
commit2fe40b63001844f9a884ac9cb49cabd5e183b62f (patch)
tree6667747ef0e2b659339fa867cf960d64fe643ee5 /git_remote_helpers/.gitignore
parentd4e1b47a922576e6af98cd84913471a6d3096ac0 (diff)
downloadgit-2fe40b63001844f9a884ac9cb49cabd5e183b62f.tar.gz
git-2fe40b63001844f9a884ac9cb49cabd5e183b62f.tar.xz
Add Python support library for remote helpers
This patch introduces parts of a Python package called "git_remote_helpers" containing the building blocks for remote helpers written in Python. No actual remote helpers are part of this patch, this patch only includes the common basics needed to start writing such helpers. The patch includes the necessary Makefile additions to build and install the git_remote_helpers Python package along with the rest of Git. This patch is based on Johan Herland's git_remote_cvs patch and has been improved by the following contributions: - David Aguilar: Lots of Python coding style fixes - David Aguilar: DESTDIR support in Makefile Cc: David Aguilar <davvid@gmail.com> Cc: Johan Herland <johan@herland.net> Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com> Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git_remote_helpers/.gitignore')
-rw-r--r--git_remote_helpers/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/git_remote_helpers/.gitignore b/git_remote_helpers/.gitignore
new file mode 100644
index 000000000..2247d5f95
--- /dev/null
+++ b/git_remote_helpers/.gitignore
@@ -0,0 +1,2 @@
+/build
+/dist