Add .res files to .gitignore

This commit is contained in:
Richard Hatherall 2020-01-20 11:54:27 +00:00
parent 21a7c980ea
commit eae8b2eb54

2
Delphi/.gitignore vendored
View File

@ -3,7 +3,7 @@
# #
# Resource files are binaries containing manifest, project icon and version info. # 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. # 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. # 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. # Since Delphi 2009 it is produced from .ridl file and can safely be ignored.