From eae8b2eb5408ed30dcf5a904d981b968bbefc7c0 Mon Sep 17 00:00:00 2001 From: Richard Hatherall Date: Mon, 20 Jan 2020 11:54:27 +0000 Subject: [PATCH] Add `.res` files to `.gitignore` --- Delphi/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Delphi/.gitignore b/Delphi/.gitignore index d65b0038..1098ab8a 100644 --- a/Delphi/.gitignore +++ b/Delphi/.gitignore @@ -3,7 +3,7 @@ # # Resource files are binaries containing manifest, project icon and version info. # They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files. -#*.res +*.res # # Type library file (binary). In old Delphi versions it should be stored. # Since Delphi 2009 it is produced from .ridl file and can safely be ignored.