Skip to content

Commit 321f851

Browse files
committed
add delphi .dcu
.DCU (Delphi Compiled Unit) files are binary files that are used between compiling source (text) and linking the executable. They're created by the compiler, joined together in memory, combined with the startup code and put into an actual executable (.EXE/.DLL/.BPL) by the linker
1 parent 488b028 commit 321f851

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Delphi.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@
5050
# Delphi history and backups
5151
__history/
5252
*.~*
53+
*.dcu

0 commit comments

Comments
 (0)