We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85e676 commit 33540b9Copy full SHA for 33540b9
Delphi.gitignore
@@ -1,13 +1,35 @@
1
-*.dcu
2
-*.~*
3
-*.local
4
-*.identcache
5
-__history
6
-*.drc
7
-*.map
+# .gitignore template for Delphi projects
+# Based on Embarcadero documentation:
+# http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio
+
+# Delphi compiler-generated binaries
8
*.exe
9
*.dll
10
*.bpl
11
*.dcp
12
*.so
13
*.apk
+*.drc
+*.map
14
+*.res
15
+*.dres
16
+*.rsm
17
+*.tds
18
+*.tlb
19
20
+# Delphi autogenerated files (duplicated info)
21
+*.cfg
22
+*Resource.rc
23
24
+# Delphi local files (user-specific info)
25
+*.local
26
+*.identcache
27
+*.projdata
28
+*.tvsconfig
29
+*.dsk
30
+*.deployproj
31
+*.vlb
32
33
+# Delphi history and backups
34
+__history/
35
+*.~*
0 commit comments