]> source.dussan.org Git - gitignore.git/commitdiff
add delphi .dcu
authorONion <onion7878@gmail.com>
Mon, 31 Mar 2014 03:07:06 +0000 (11:07 +0800)
committerONion <onion7878@gmail.com>
Mon, 31 Mar 2014 03:07:06 +0000 (11:07 +0800)
.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

index e186b94c2dd8c1f6d86baa363f57a90f33f8d55b..2dd677c1c5867209d0bad78e51af6886937db1bf 100644 (file)
@@ -50,3 +50,4 @@
 # Delphi history and backups
 __history/
 *.~*
+*.dcu