summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2024-12-06 14:24:50 +0100
committerJunio C Hamano <gitster@pobox.com>2024-12-06 23:52:11 +0100
commit95bcd6f0b709ec6e761270732946651757cc11c3 (patch)
treed8ba19942d1ca07846dbfbc547583be1b2bf1369 /.gitignore
parentMakefile: refactor generators to be PWD-independent (diff)
downloadgit-95bcd6f0b709ec6e761270732946651757cc11c3.tar.xz
git-95bcd6f0b709ec6e761270732946651757cc11c3.zip
Makefile: allow "bin-wrappers/" directory to exist
The "bin-wrappers/" directory gets created by our build system and is populated with one script for each of our binaries. There isn't anything inherently wrong with the current layout, but it is somewhat hard to adapt for out-of-tree build systems. Adapt the layout such that our "bin-wrappers/" directory always exists and contains our "wrap-for-bin.sh" script to make things a little bit easier for subsequent steps. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d3be460040..e82aa19df0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,7 +12,6 @@
/GIT-TEST-SUITES
/GIT-USER-AGENT
/GIT-VERSION-FILE
-/bin-wrappers/
/git
/git-add
/git-am