From 321f8518594b5b38ef1e76e48b882f47375f095e Mon Sep 17 00:00:00 2001 From: ONion Date: Mon, 31 Mar 2014 11:07:06 +0800 Subject: [PATCH] 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 --- Delphi.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Delphi.gitignore b/Delphi.gitignore index e186b94c..2dd677c1 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -50,3 +50,4 @@ # Delphi history and backups __history/ *.~* +*.dcu -- 2.39.5