Commit 321f8518 authored by ONion's avatar ONion

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
parent 488b028d
...@@ -50,3 +50,4 @@ ...@@ -50,3 +50,4 @@
# Delphi history and backups # Delphi history and backups
__history/ __history/
*.~* *.~*
*.dcu
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment