From 321f8518594b5b38ef1e76e48b882f47375f095e Mon Sep 17 00:00:00 2001 From: ONion Date: Mon, 31 Mar 2014 11:07:06 +0800 Subject: [PATCH 1/3] 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 From 28c78172be104d08f0eb422ea7300589cbb59d8a Mon Sep 17 00:00:00 2001 From: ONion Date: Mon, 31 Mar 2014 11:25:08 +0800 Subject: [PATCH 2/3] change ignore file position --- Delphi.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 2dd677c1..d80e5cb3 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -35,6 +35,7 @@ *.dres *.rsm *.tds +*.dcu # Delphi autogenerated files (duplicated info) *.cfg @@ -50,4 +51,4 @@ # Delphi history and backups __history/ *.~* -*.dcu + From b8051dba2f753e2961adc08ac6ca916ecd5938ed Mon Sep 17 00:00:00 2001 From: ONion Date: Mon, 31 Mar 2014 11:49:00 +0800 Subject: [PATCH 3/3] trim --- Delphi.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index d80e5cb3..72fe0925 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -51,4 +51,3 @@ # Delphi history and backups __history/ *.~* -