From d026b1b8f60eb2a0f9741ddd2aa48d5c086ee365 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Wed, 11 May 2022 14:20:52 +1000 Subject: [PATCH] Add sublime project / workspace configuration to global gitignore --- dot_gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_gitignore b/dot_gitignore index 0752874..bdc1a65 100644 --- a/dot_gitignore +++ b/dot_gitignore @@ -8,3 +8,5 @@ __pycache__/ .vscode .clangd/ compile_commands.json +*.sublime-project +*.sublime-workspace