From e6a8828b6f76ff5b1d3862db5ff8f85b3c6dcd09 Mon Sep 17 00:00:00 2001 From: Benjamin Sago Date: Sun, 1 Oct 2017 10:55:57 +0200 Subject: [PATCH] Ignore compiled artifacts by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that the packaging scripts dump files here, these paths can be “officially” ignored. --- .gitignore | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3eda9b6..2f34c09 100644 --- a/.gitignore +++ b/.gitignore @@ -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