Skip to content

Commit 7f275ff

Browse files
committed
Some filetypes should be commented by default
1 parent 33540b9 commit 7f275ff

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Delphi.gitignore

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
# Based on Embarcadero documentation:
33
# http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio
44

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+
516
# Delphi compiler-generated binaries
617
*.exe
718
*.dll
@@ -11,7 +22,6 @@
1122
*.apk
1223
*.drc
1324
*.map
14-
*.res
1525
*.dres
1626
*.rsm
1727
*.tds
@@ -27,8 +37,6 @@
2737
*.projdata
2838
*.tvsconfig
2939
*.dsk
30-
*.deployproj
31-
*.vlb
3240

3341
# Delphi history and backups
3442
__history/

0 commit comments

Comments
 (0)