From: ONion Date: Mon, 31 Mar 2014 03:07:06 +0000 (+0800) Subject: add delphi .dcu X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=321f8518594b5b38ef1e76e48b882f47375f095e;p=gitignore.git 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 --- 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