Skip to content

Commit e93dd0a

Browse files
Correctly ignore Nix build output
1 parent 1886a0f commit e93dd0a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# go build -o bin ./...
12
bin/
2-
result/
3+
4+
# nix build (produces a symlink)
5+
result

0 commit comments

Comments
 (0)