File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments