Skip to content

Commit 432f6ed

Browse files
committed
Additional comments
1 parent baf7fe5 commit 432f6ed

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Delphi.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
# .gitignore template for Delphi projects
22
# Based on Embarcadero documentation:
33
# http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio
4+
# Some older file types can be found here:
5+
# http://delphi.wikia.com/wiki/Delphi_File_Extensions
6+
47

58
# !!! ATTENTION !!!
69
# These types should be ignored in most cases.
710
# Leave this lines commented only if you know what you are doing.
811
# And please DO NOT store .res files in repository. Try to get rid of them.
912
#
13+
# Resource files usually store project icon and version info. These should be included by means of .rc files.
1014
#*.res
15+
# Delphi Diagram Portfolio file. Used by the diagram editor in Delphi 7. Uncomment this if you are not using diagrams.
1116
#*.ddp
17+
# Visual LiveBindings file. Uncomment this if you are not using LiveBindings Designer.
1218
#*.vlb
19+
# Deployment Manager configuration file for your project. Uncomment this if it is not mobile development and you do not use remote debug feature.
1320
#*.deployproj
14-
#
21+
1522

1623
# Delphi compiler-generated binaries
1724
*.exe

0 commit comments

Comments
 (0)