1
0

.gitignore 252 B

123456789101112131415161718192021
  1. # Rust stuff
  2. target
  3. # Vagrant stuff
  4. .vagrant
  5. *.log
  6. # Compiled artifacts
  7. # (see devtools/*-package-for-*.sh)
  8. /exa-linux-x86_64
  9. /exa-linux-x86_64-*.zip
  10. /exa-macos-x86_64
  11. /exa-macos-x86_64-*.zip
  12. /MD5SUMS
  13. /SHA1SUMS
  14. # Snap stuff
  15. parts
  16. prime
  17. stage
  18. *.snap