21 lines
567 B
Plaintext
21 lines
567 B
Plaintext
/target
|
|
|
|
# makepkg build artifacts (when building packaging/PKGBUILD in place)
|
|
/packaging/src/
|
|
/packaging/pkg/
|
|
/packaging/peerspeak/
|
|
/packaging/*.pkg.tar.*
|
|
/packaging/*.log
|
|
|
|
# Windows installer build artifacts (the staged exe + compiled setup.exe);
|
|
# the .iss script and .ico are the tracked sources.
|
|
/packaging/windows/peerspeak.exe
|
|
/packaging/windows/pixelpass.exe
|
|
/packaging/windows/output/
|
|
|
|
# Nix: the symlink `nix build` drops, and direnv's local cache. flake.nix and
|
|
# flake.lock ARE tracked — the lock is what pins the toolchain.
|
|
/result
|
|
/result-*
|
|
/.direnv/
|