diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 38 |
1 files changed, 7 insertions, 31 deletions
diff --git a/.gitignore b/.gitignore index 0132f389508d..0b135e70341b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,31 +1,7 @@ -.vim -./configs/secrets -**/*/.emacs.d/quelpa/**/* -**/*/.emacs.d/elpa/**/* -**/*/.emacs.d/emojis -**/*/.emacs.d/auto-save-list/**/* -**/*/.emacs.d/eshell/ -**/*/.emacs.d/var/**/* -**/*/.emacs.d/.cache/**/* -**/*/.emacs.d/request -**/*/.emacs.d/network-security.data -**/*/.emacs.d/smex-items -**/*/.gnupg/random_seed -.netrwhist -Vundle.vim -**/*/.emacs.d/custom.el -**/*/.emacs.d/projectile-bookmarks.eld -**/*/.emacs.d/bookmarks -**/*/transient/history.el -*.hi -*.o -__pycache__ -*.class -node_modules/ -/configs/.config/fish/config.fish -/configs/.config/fish/fish_variables -/website/blog/public/ -/emacs/.emacs.d/tramp -.gitsecret/keys/random_seed -!*.secret -secrets.json +# 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-* |