eza/.gitignore
MartinFillon 0889f23919 feat(input): adding piping of args
fix: lifetime issue
fix: try to fix lifetime issues for pipe from stdin
2023-11-22 16:42:10 +01:00

42 lines
471 B
Plaintext

# Nix Flake stuff
result
# Generated by nix-pre-commit-hooks
/.pre-commit-config.yaml
# Direnv
.direnv
# Rust stuff
target
# Vagrant stuff
.vagrant
*.log
# Compiled artifacts
# (see devtools/*-package-for-*.sh)
/eza-linux-x86_64
/eza-linux-x86_64-*.zip
/eza-macos-x86_64
/eza-macos-x86_64-*.zip
/eza_*.deb
/MD5SUMS
/SHA1SUMS
# Snap stuff
parts
prime
stage
*.snap
# VHS testing stuff
out.gif
tests/tmp
## Dynamically generated
tests/test_dir
# Miscenallous
.idea