.gitignore 336 B

123456789101112131415161718192021222324252627282930
  1. # Nix Flake stuff
  2. result
  3. # Rust stuff
  4. target
  5. # Vagrant stuff
  6. .vagrant
  7. *.log
  8. # Compiled artifacts
  9. # (see devtools/*-package-for-*.sh)
  10. /eza-linux-x86_64
  11. /eza-linux-x86_64-*.zip
  12. /eza-macos-x86_64
  13. /eza-macos-x86_64-*.zip
  14. /eza_*.deb
  15. /MD5SUMS
  16. /SHA1SUMS
  17. # Snap stuff
  18. parts
  19. prime
  20. stage
  21. *.snap
  22. .direnv
  23. # VHS testing stuff
  24. out.gif
  25. tests/tmp