Update gitignore rules and Makefile commands

This commit is contained in:
Evie Litherland-Smith 2024-06-22 09:44:23 +01:00
parent 8848d889ab
commit db915e9a55
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View file

@ -1 +1,2 @@
result
/result
/result-1

View file

@ -6,4 +6,4 @@ build:
copy: build
nix copy --to ssh://pixelifytica@legion ./result
rm ./result
rm ./result ./result-1