Explorar el Código

Ignore compiled artifacts by default

Now that the packaging scripts dump files here, these paths can be “officially” ignored.
Benjamin Sago hace 8 años
padre
commit
e6a8828b6f
Se han modificado 1 ficheros con 9 adiciones y 2 borrados
  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