From 29ef93701dca25b313097787561515a159eaa8fb Mon Sep 17 00:00:00 2001 From: YiFang Xiao Date: Fri, 2 Jun 2023 21:48:25 +0800 Subject: [PATCH] git ignore .orig .TMP files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c7baaeea..650af012 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,6 @@ CMakeSettings.json goldendict.vcxproj goldendict.vcxproj.filters GoldenDict_resource.rc + +*.TMP +*.orig \ No newline at end of file