commit 2c2f02bea1016d98d63191d7c5c9259ca46b23fc parent ec8be5d78faad895dd8cc9b299f1d60b53395d32 Author: Cem Keylan <cem@ckyln.com> Date: Thu, 2 Apr 2020 21:22:44 +0300 simplify gitignore Diffstat:
M | .gitignore | | | 27 | +++++++-------------------- |
1 file changed, 7 insertions(+), 20 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,20 +1,7 @@ -*.dat -*~ -.cache/ -auto-save-list -bookmarks -diary -elpa -emc -emms -init.el* -private.* -projectile-bookmarks.eld -quelpa -recentf -snippets -srecode-map.el -straight/ -tramp -transient -url +# Ignore everything +* +# Except those files +!init.org +!init.el +!.gitignore +!README.org