summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBenjamin Sago <ogham@bsago.me>2017-08-20 18:19:58 +0100
committerBenjamin Sago <ogham@bsago.me>2017-08-20 18:22:08 +0100
commit414b347ae54e9469dff4d942319ca99d21344f20 (patch)
tree47503890bf7fdebfd189b89b7072baa8baafa808 /.gitignore
parent0b30864f10938bbb3f87426ee245a05af77f75bd (diff)
Formalise exa-packaging script
Every time I had to build exa, I copied the files manually and checked to make sure they all had the same name. There’s now a script that does all that stuff for me, so I don’t need to remember to do it anymore. It also does some things that weren’t being done before, including stripping the binary and listing its linked dependencies to we can tell if something like libhttp_parser has slipped in there (see #194)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 817a47b..3eda9b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
target
+/exa-linux-x86_64
+/exa-linux-x86_64.zip
.vagrant
ubuntu-xenial-16.04-cloudimg-console.log