From d39c4d97e9cbd13c9745336427bf99e61cb550b1 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 8 Sep 2020 15:54:44 -0400 Subject: [PATCH] cleanup gitignore --- .gitignore | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index edb646b..bd745b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,36 +1,34 @@ -/abbrev_devs +*.elc +/.ido.last +/.org-id-locations +/.python-environments +/.savehist +/.smex-items +/abbrev_defs /ac-comphist.dat /auto-save-list -/%backup%~ /backups /bbdb /bookmarks /custom.el /elpa /emacs +/emacs-disabled /eshell /flycheck-init* -/.ido.last +/games /info /ltxpng /network-security.data /org-clock-save.el -/.org-id-locations /places -/.python-environments /recentf -/.savehist -/.smex-items -/tramp -/url -/emacs-disabled /session.* -*.elc -/games +/tramp /transient +/url # artifacts I create -/my-init.el /dev.el ## ignore mail/gnus cruft for those who keep mail in this directory @@ -42,13 +40,9 @@ mail #.newsrc-dribble# *.SCORE marks -.session -abbrev_defs -scratch -secret.org -.emacs.desktop* + .*~ -agent/* +/agent/* # until i get submodules going /src -- 2.30.2