mirror of
https://github.com/github/gitignore
synced 2025-07-02 19:42:08 +02:00
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
This commit is contained in:
parent
488b028df3
commit
321f851859
1 changed files with 1 additions and 0 deletions
|
@ -50,3 +50,4 @@
|
|||
# Delphi history and backups
|
||||
__history/
|
||||
*.~*
|
||||
*.dcu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue