1+ # Modern Delphi 12.3 .gitignore
2+ #
3+ # -------------------------------------------------------------------------------
4+ # Delphi / C++Builder Compiled Output & Binaries
5+ # -------------------------------------------------------------------------------
16* .exe
27* .dll
8+ * .so
9+ * .a
10+ * .lib
11+ * .bpl
12+ * .dcp
313* .dcu
4- * .bkm
14+ * .obj
15+ * .o
16+
17+ # Compiled resource files
18+ * .res
19+
20+ # -------------------------------------------------------------------------------
21+ # IDE Generated, User-Specific & Intermediate Files
22+ # -------------------------------------------------------------------------------
23+ * .~ *
24+ * .bak
25+ * .old
26+
27+ # Delphi 7 and Delphi 6 Diagram Portfolio
28+ * .ddp
29+
30+ # Delphi 7 (and older) Project Configuration filed automatically created by command line compiler
31+ * .cfg
32+
33+ # General temporary files
34+ * .tmp
35+
36+ # General temporary files
37+ * .temp
38+
39+ * .local
40+ * .dsk
41+ * .cfg
42+ * .map
43+ * .tds
544* .drc
6- * .zip
7- dcu
45+ * .rsm
46+ * .log
47+ * .pch
48+ * .ipch
49+ * .stat
50+ * .identcache
51+ * .dproj.local
52+ * .dproj.user
53+ * .groupproj.local
54+ * .groupproj.user
55+
56+ # Delphi IDE bookmarks
57+ * .bkm
58+
59+ # TestInsight configuration files
60+ * .tvsconfig
61+
62+ # Files with .history extension
63+ * .history
64+
65+ # Legacy project files
66+ * .dof
67+ * .kof
68+
69+ # -------------------------------------------------------------------------------
70+ # IDE History, Recovery & Autosave
71+ # -------------------------------------------------------------------------------
72+ ** /__history /
73+ ** /__recovery /
74+ * .autosave
75+
76+ # -------------------------------------------------------------------------------
77+ # Output Directories (using **/ to match at any depth)
78+ # -------------------------------------------------------------------------------
79+ ** /Win32 /
80+ ** /Win64 /
81+ ** /Debug /
82+ ** /Release /
83+
84+ # Cross-platform output folders
85+ ** /Linux64 /
86+ ** /OSX64 /
87+ ** /OSXARM64 /
88+ ** /Android /
89+ ** /Android64 /
90+ ** /iOSDevice32 /
91+ ** /iOSDevice64 /
92+ ** /iOSSimulator /
93+
94+ # -------------------------------------------------------------------------------
95+ # Common Temporary / Local / Sensitive Files (General)
96+ # -------------------------------------------------------------------------------
97+ # General compressed archives (often backups or downloads)
98+ * .zip
99+
100+ # Environment variable files (CRITICAL for sensitive data)
101+ * .env
0 commit comments