From be4c486e4c5b7c5d8679d4564cf8e522ca984ca3 Mon Sep 17 00:00:00 2001 From: Adam Skoufis Date: Sat, 6 May 2023 23:19:26 +1000 Subject: [PATCH] Add `user.gitignore` to `.gitignore` --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 486a2b9..74b4c33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Private stuff that I don't want on github private.fish +# Machine-specific config that doesn't really need to be in git +user.gitconfig + # Log file I use to debug sometimes nvim.log