diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 9e4b0ee5b48e..9066757e58e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ -*.elc -*-pkg.el -*-autoloads.el +# Ignore the garbage folder, in which I slowly assemble a bunch of +# trash locally that might be valuable in the future. +garbage/ + +# Nix gcroot symlinks created by .envrc +/.gcroots/* + +# Ignore Nix result symlinks +result +result-* |