diff --git a/.gitignore b/.gitignore index bdb7f97..51b7c88 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ -./result +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* + +# Ignore automatically generated direnv output +.direnv \ No newline at end of file