Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Commit b8949dd

Browse files
committed
Update gitignore.
1 parent 0021c77 commit b8949dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Resource files are binaries containing manifest, project icon and version info.
55
# They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
6-
#*.res
6+
*.res
77
#
88
# Type library file (binary). In old Delphi versions it should be stored.
99
# Since Delphi 2009 it is produced from .ridl file and can safely be ignored.
@@ -24,7 +24,7 @@
2424

2525
# Delphi compiler-generated binaries (safe to delete)
2626
*.exe
27-
#*.dll
27+
*.dll
2828
*.bpl
2929
*.bpi
3030
*.dcp
@@ -48,6 +48,7 @@
4848
*.projdata
4949
*.tvsconfig
5050
*.dsk
51+
*.dproj.local
5152

5253
# Delphi history and backups
5354
__history/

0 commit comments

Comments
 (0)