From 128fdd3358c453ccd750fa1f8c632a060d74f79c Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Tue, 7 Nov 2023 16:10:14 +0800 Subject: [PATCH] Ignore backup files generated by Delphi 7 --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e07d5fe..fdb831c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,10 @@ [Rr]elease/ # VC6 build log file -*.plg \ No newline at end of file +*.plg + +# Backup files generated by Delphi 7 +*.~dpr +*.~ddp +*.~dfm +*.~pas