diff options
author | Teddy Wing | 2020-10-03 18:24:56 +0200 |
---|---|---|
committer | Teddy Wing | 2020-10-03 18:24:56 +0200 |
commit | da94442fae40736859787575b65720382c1f231c (patch) | |
tree | 078a8f8748c2f307493ea46af0734ed39673d49c /.gitignore | |
parent | 90969d5e9defcd593c7acc416247cd7a6b04e532 (diff) | |
download | git-todo-da94442fae40736859787575b65720382c1f231c.tar.bz2 |
Build for release and configure static linkingv0.0.1
Set up a release build and distribution packaging. Configure static
linking for 'openssl' and 'libgit2'.
Based on or copied from code from 'git-suggestion'.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1 +1,2 @@ +/dist/ /target |