Skip to content

Commit 2671d05

Browse files
committed
chore: stop tracking Delphi build/IDE artifacts (.dcu/.res/.dproj.local/.dsv)
1 parent 70de022 commit 2671d05

24 files changed

Lines changed: 20 additions & 6 deletions

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,23 @@ backup/
6161
**/vcl/
6262
dunitx-results.xml
6363
*.bak
64+
65+
# Claude Code
66+
.claude/settings.local.json
67+
.claude.json
68+
CLAUDE.md
69+
70+
# Delphi build output
71+
__history/
72+
__recovery/
73+
*.dcu
74+
*.exe
75+
*.dll
76+
*.bpl
77+
*.dcp
78+
*.local
79+
*.identcache
80+
*.tvsconfig
81+
*.dsk
82+
*.dproj.local
83+
*.dsv

CnPack/Crypto/CnAES.dcu

-120 KB
Binary file not shown.

CnPack/Crypto/CnBase64.dcu

-7.25 KB
Binary file not shown.

CnPack/Crypto/CnConsts.dcu

-14 KB
Binary file not shown.

CnPack/Crypto/CnDES.dcu

-30.2 KB
Binary file not shown.

CnPack/Crypto/CnFloat.dcu

-15.5 KB
Binary file not shown.

CnPack/Crypto/CnKDF.dcu

-13.5 KB
Binary file not shown.

CnPack/Crypto/CnMD5.dcu

-15.2 KB
Binary file not shown.

CnPack/Crypto/CnNative.dcu

-47.8 KB
Binary file not shown.

CnPack/Crypto/CnPemUtils.dcu

-16.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)