gitignore: ignore result/* from nix builds
Pierre Bourdon committed
Jan 25, 2024 at 15:29 UTC
ee1512912e9b7679b31dab7c5bbab7e175ded2d1
1 file changed
+3
.gitignore
+3
@@ -5,3 +5,6 @@
5
6
# Direnv
7
.direnv
8
+
9
+# Nix build outputs
10
+result