1
0

.gitignore 471 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Nix Flake stuff
  2. result
  3. # Generated by nix-pre-commit-hooks
  4. /.pre-commit-config.yaml
  5. # Direnv
  6. .direnv
  7. # Rust stuff
  8. target
  9. # Vagrant stuff
  10. .vagrant
  11. *.log
  12. # Compiled artifacts
  13. # (see devtools/*-package-for-*.sh)
  14. /eza-linux-x86_64
  15. /eza-linux-x86_64-*.zip
  16. /eza-macos-x86_64
  17. /eza-macos-x86_64-*.zip
  18. /eza_*.deb
  19. /MD5SUMS
  20. /SHA1SUMS
  21. # Snap stuff
  22. parts
  23. prime
  24. stage
  25. *.snap
  26. # VHS testing stuff
  27. out.gif
  28. tests/tmp
  29. ## Dynamically generated
  30. tests/test_dir
  31. # Miscenallous
  32. .idea