From 0454a3536bdef1657510faa1e472fc5aa9d518a7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 4 Jan 2021 19:47:49 -0800 Subject: git: store configuration under XDG_CONFIG_HOME Since `git` understand `$XDG_CONFIG_HOME`, let's gather all the configuration files there. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0ff5b07..dff9282 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ var/ bookmarks custom-set-variables /emacs.d/transient/history.el +/config/git/user -- cgit v1.2.3