Procházet zdrojové kódy

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
ONion před 11 roky
rodič
revize
321f851859
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      Delphi.gitignore

+ 1 - 0
Delphi.gitignore

@@ -50,3 +50,4 @@
 # Delphi history and backups
 # Delphi history and backups
 __history/
 __history/
 *.~*
 *.~*
+*.dcu