diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6af8aa4..b774d54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# the cargo build artefacts debug/ target/ +# the nix result symlink +result + |