eza/.gitignore
Christina Sørensen cfd745d6f0 refactor: relicense to EUPL-1.2
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-09-26 09:24:39 +02:00

43 lines
558 B
Text

# SPDX-FileCopyrightText: 2024 Christina Sørensen
# SPDX-License-Identifier: EUPL-1.2
# 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