Ignore compiled artifacts by default

Now that the packaging scripts dump files here, these paths can be “officially” ignored.
This commit is contained in:
Benjamin Sago 2017-10-01 10:55:57 +02:00
parent baccfe544b
commit e6a8828b6f
1 changed files with 9 additions and 2 deletions

11
.gitignore vendored
View File

@ -1,6 +1,13 @@
# Rust stuff
target
/exa-linux-x86_64
/exa-linux-x86_64.zip
# Vagrant stuff
.vagrant
ubuntu-xenial-16.04-cloudimg-console.log
# Compiled artifacts
# (see devtools/*-package-for-*.sh)
/exa-linux-x86_64
/exa-linux-x86_64-*.zip
/exa-macos-x86_64
/exa-macos-x86_64-*.zip