From 93a3b2af9d9ad762e3c10de9a2bab222e9d5389c Mon Sep 17 00:00:00 2001 From: Markus Multrus Date: Tue, 24 Jan 2023 17:07:00 +0100 Subject: [PATCH] add .#-files to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 77d081dec9..9806ec7950 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ scripts/td_object_renderer/object_renderer_standalone/renderer_standalone.exe .cache *.log *.bak +.\#* scripts/c-code_instrument/ scripts/ifdef_instrument.list scripts/ref/ @@ -63,7 +64,7 @@ __pycache__/ *.py[cod] *$py.class -#history +# history .history/ # coan output files that are created when cleaning out switches -- GitLab