summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorlhchavez <[email protected]>2019-01-05 20:13:01 +0000
committerlhchavez <[email protected]>2019-01-05 20:28:35 +0000
commitf3c487966d53ad78e25d2e6750414009f5606dbb (patch)
treeacce726fe9695d32eedb1c4f65ea11c98f4a7ef7 /.gitignore
parent7ae106611c9cabe9c3c30343139efbb5d7d6fc27 (diff)
Improve the static build script
This change: * Uses the installed version of both the library and the pkgconfig file, which fixes path resolution on Ubuntu Xenial. * Uses quoting liberally so that paths with spaces in them are correctly handled. * Moves the build+install directories to static-build/ in the git2go repository to avoid having a dirty vendor/libgit2 checkout.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..edc18d5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/static-build/