From 3e9ad6ab3688d9246ce27e8d4e996bae18768f72 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 23 Mar 2022 07:11:13 -0700 Subject: git: update gitignore I'm moving around some files, we need to ignore a number of things. The previous version of that file was also full of useless stuff. --- .gitignore | 58 ++++++++-------------------------------------------------- 1 file changed, 8 insertions(+), 50 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 61d1410..7d005fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,51 +1,9 @@ -*.elc -/config/systemd/user/*.wants -/ssh/ -!/ssh/authorized_keys -bin/fixssh -.DS_Store -.build/* -env/* -*.pyc -.metadata -.project -.pydevproject -*.egg-info/ -.idea/ -gephi-cli.iml -target/ -.arc -.lein-failures -.lein-plugins/ -*.war -todo.org -release-*.txt -nosetests.xml -*.db -checkouts/ -.vim/fuf-data/ -vim/.netrwhist -vim/plugged -emacsclient -.ideax -.bash/local -tramp -url/ -emacs.el +/emacs/auto-save-list/ +/emacs/eln-cache/ /emacs/elpa/ -personal/rcirc -personal/savefile -personal/password.el.gpg -ac-comphist.dat -eshell/ -/.cask -projectile-bookmarks.eld -projectile.cache -savefile/ -auto-save-list -recentf -var/ -bookmarks -custom-set-variables -/emacs/transient/history.el -/config/git/user +/emacs/emacs-custom.el +/emacs/tramp +/emacs/projects +/emacs/var/ +/emacs/transient/ +/emacs/eshell/ -- cgit 1.4.1