diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2013-11-18 14:23:11 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-11-18 14:30:11 -0800 |
commit | 07981dce81eefd3d1e8966dfe27902dd339d276a (patch) | |
tree | d89242674672e71c7362e1743468276650e0fa1b /.gitignore | |
parent | 03973056a08d1694cf1c819eb2e8b9557650f70e (diff) | |
download | git-07981dce81eefd3d1e8966dfe27902dd339d276a.tar.gz git-07981dce81eefd3d1e8966dfe27902dd339d276a.tar.xz |
Makefile: rebuild perl scripts when perl paths change
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 66199edd4..a78367c17 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /GIT-CFLAGS /GIT-LDFLAGS /GIT-PREFIX +/GIT-PERL-DEFINES /GIT-PYTHON-VARS /GIT-SCRIPT-DEFINES /GIT-USER-AGENT |