Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@

# Resource files are binaries containing manifest, project icon and version info.
# They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
# DEC: intentionally ignored — VersionInfo/icon come from the .dproj and are regenerated by the IDE.
# DEC: ignored and untracked — every {$R *.res} is the IDE project resource regenerated from
# the .dproj (VersionInfo / MainIcon). Source icons (e.g. Hash.ico) stay tracked separately.
*.res

# Type library file (binary). In old Delphi versions it should be stored.
Expand Down Expand Up @@ -165,6 +166,10 @@ backup
.codegraph/

# Together / modelling leftovers (IDE modelling removed; see docs §3.7.10 history).
# Already-tracked files stay in the repo until a separate "git rm --cached" cleanup.
# Full cleanup: these trees were removed from the repo; patterns prevent re-add.
*.txaPackage
*.txvpck
*.tvsconfig
*.txvcls
Source/LibrarySupport/
Unit Tests/ModelSupport_*/
Binary file removed Demos/Cipher_Blockmodes/CipherBlockModesVCL.res
Binary file not shown.
Binary file removed Demos/Cipher_Console/Cipher_Console.res
Binary file not shown.
2 changes: 0 additions & 2 deletions Demos/Cipher_Console/Cipher_Console_project.tvsconfig

This file was deleted.

Binary file removed Demos/Cipher_Console_KDF/Cipher_Console_KDF.res
Binary file not shown.
Binary file removed Demos/Cipher_FMX/Cipher_FMX.res
Binary file not shown.
Binary file removed Demos/Format_Console/Format_Console.res
Binary file not shown.
Binary file removed Demos/HashBenchmark_FMX/HashBenchmark.res
Binary file not shown.
Binary file removed Demos/Hash_Console/Hash_Console.res
Binary file not shown.
Binary file removed Demos/Hash_FMX/Hash_FMX.res
Binary file not shown.
Binary file removed Demos/Password_Console/Password_Console.res
Binary file not shown.
Binary file removed Demos/Progress_VCL/ProgressDemoVCL.res
Binary file not shown.
Binary file removed Demos/Random_Console/Random_Console.res
Binary file not shown.
Binary file not shown.
Binary file removed Install/SetIDEPaths.res
Binary file not shown.
Binary file removed Source/DEC60.res
Binary file not shown.
2 changes: 0 additions & 2 deletions Source/DEC60Complete_prjgroup.tvsconfig

This file was deleted.

2 changes: 0 additions & 2 deletions Source/DEC60_project.tvsconfig

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
8 changes: 0 additions & 8 deletions Source/LibrarySupport/DelphiWin32/default.txvpck

This file was deleted.

2 changes: 0 additions & 2 deletions Source/LibrarySupport/DelphiWin32/default_diagram.tvsconfig

This file was deleted.

Binary file removed Unit Tests/DECDUnitTestSuite.res
Binary file not shown.
5 changes: 0 additions & 5 deletions Unit Tests/DECDUnitTestSuite_project.tvsconfig

This file was deleted.

Binary file removed Unit Tests/DECDUnitXTestSuite.res
Binary file not shown.
Binary file removed Unit Tests/HashTestDataGenerator/GenerateData.res
Binary file not shown.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Loading