From 07a0198ea59e7f84d40eeb4cc6231763e7de753f Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Thu, 19 Oct 2023 00:56:33 +0200 Subject: [PATCH] Add .plg to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 510af02..e07d5fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ # Build results [Dd]ebug/ -[Rr]elease/ \ No newline at end of file +[Rr]elease/ + +# VC6 build log file +*.plg \ No newline at end of file