diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-05-08T09·12+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-05-08T09·15+0200 |
commit | 1e3ecad709691256d5dabcab448e946aa543bb85 (patch) | |
tree | f43d4841991b9ed12cfc71dc9531ac9ae642e9d2 /.gitignore | |
parent | d93bc51e86081c7331554167fbba1318ac9a4927 (diff) |
feat release: Add simple release script
Adds a simple script that will build stripped binaries for various platforms and GPG-sign them.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9f11b755a17d..53a04aab3a89 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .idea/ +release/ |