From 6d9a81a8781de73ea6e0b2cbea91e95979e51826 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Mon, 25 Jan 2021 21:09:14 -0600 Subject: [PATCH] Make .gitignore a blacklist rather than a white list --- .gitignore | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 68e9891..76a30a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,14 @@ -/* -!/.gitignore -!/.init.el -!/custom.el -!/snippets -!/ssh-config-keywords.txt *.elc -!/elpa +*.pyc +/elpy/* +*.jar +/elpa/archives/* +/elpa/gnupg/* +/settings.el +/recentf +/history +/tramp +/backup/* +/%backup%~ +/auto-save-list/* +/autosave/*