Bläddra i källkod

Ignore compiled artifacts by default

Now that the packaging scripts dump files here, these paths can be “officially” ignored.
Benjamin Sago 8 år sedan
förälder
incheckning
e6a8828b6f
1 ändrade filer med 9 tillägg och 2 borttagningar
  1. 9 2
      .gitignore

+ 9 - 2
.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