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 33540b9 commit 7f275ffCopy full SHA for 7f275ff
Delphi.gitignore
@@ -2,6 +2,17 @@
2
# Based on Embarcadero documentation:
3
# http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio
4
5
+# !!! ATTENTION !!!
6
+# These types should be ignored in most cases.
7
+# Leave this lines commented only if you know what you are doing.
8
+# And please DO NOT store .res files in repository. Try to get rid of them.
9
+#
10
+#*.res
11
+#*.ddp
12
+#*.vlb
13
+#*.deployproj
14
15
+
16
# Delphi compiler-generated binaries
17
*.exe
18
*.dll
@@ -11,7 +22,6 @@
22
*.apk
23
*.drc
24
*.map
-*.res
25
*.dres
26
*.rsm
27
*.tds
@@ -27,8 +37,6 @@
37
*.projdata
28
38
*.tvsconfig
29
39
*.dsk
30
-*.deployproj
31
-*.vlb
32
40
33
41
# Delphi history and backups
34
42
__history/
0 commit comments