diff options
author | ONion <onion7878@gmail.com> | 2014-03-31 11:07:06 +0800 |
---|---|---|
committer | ONion <onion7878@gmail.com> | 2014-03-31 11:07:06 +0800 |
commit | 321f8518594b5b38ef1e76e48b882f47375f095e (patch) | |
tree | 509a6b92c4e3f6397edb2b3f9852dfc768cebfdf /Delphi.gitignore | |
parent | 488b028df3b5c00d059915bc793c7f79bf16cb12 (diff) | |
download | gitignore-321f8518594b5b38ef1e76e48b882f47375f095e.tar.gz gitignore-321f8518594b5b38ef1e76e48b882f47375f095e.zip |
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
Diffstat (limited to 'Delphi.gitignore')
-rw-r--r-- | Delphi.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |