eza/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

42 lines
471 B
Plaintext
Raw Normal View History

# Nix Flake stuff
result
# Generated by nix-pre-commit-hooks
/.pre-commit-config.yaml
# Direnv
.direnv
# Rust stuff
2014-06-28 16:24:20 +00:00
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
2017-10-08 20:04:34 +00:00
/MD5SUMS
/SHA1SUMS
# Snap stuff
parts
prime
stage
*.snap
# VHS testing stuff
out.gif
tests/tmp
## Dynamically generated
tests/test_dir
# Miscenallous
.idea