diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 9e4b0ee5b48e..0b135e70341b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ -*.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/ + +# Ignore Nix result symlinks +result +result-* |