From b8a4978e4db886276c54b49d702ae3d1123b94f4 Mon Sep 17 00:00:00 2001 From: betalars Date: Sun, 23 Mar 2025 14:36:02 +0100 Subject: [PATCH] ignoring tmp files of krita and libreoffice --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3f5af292..6249794d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ src/.godot/ *.blend1 result -src/addons/godot-jolt \ No newline at end of file +src/addons/godot-jolt +*png~ +*~lock* \ No newline at end of file