summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2012-06-20 18:31:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-07-09 14:57:29 (GMT)
commit620c293abdc36f3db18edd61a622eae30f01ce8e (patch)
treec43dbc02a81dbfcf01597e152d94c9fc20dc62bd /.gitignore
parent47eb28ec0cdb372f4354800e2e0ec713ad4c1992 (diff)
downloadgit-620c293abdc36f3db18edd61a622eae30f01ce8e.zip
git-620c293abdc36f3db18edd61a622eae30f01ce8e.tar.gz
git-620c293abdc36f3db18edd61a622eae30f01ce8e.tar.bz2
Makefile: split GIT_USER_AGENT from GIT-CFLAGS
The default user-agent depends on the GIT_VERSION, which means that anytime you switch versions, it causes a full rebuild. Instead, let's split it out into its own file and restrict the dependency to version.o. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index bf66648..7329cfe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
/GIT-CFLAGS
/GIT-LDFLAGS
/GIT-GUI-VARS
+/GIT-USER-AGENT
/GIT-VERSION-FILE
/bin-wrappers/
/git