mirror of
https://github.com/github/gitignore
synced 2024-11-29 07:04:22 +01:00
Additional comments
This commit is contained in:
parent
baf7fe56e6
commit
432f6edf38
@ -1,17 +1,24 @@
|
|||||||
# .gitignore template for Delphi projects
|
# .gitignore template for Delphi projects
|
||||||
# Based on Embarcadero documentation:
|
# Based on Embarcadero documentation:
|
||||||
# http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio
|
# http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio
|
||||||
|
# Some older file types can be found here:
|
||||||
|
# http://delphi.wikia.com/wiki/Delphi_File_Extensions
|
||||||
|
|
||||||
|
|
||||||
# !!! ATTENTION !!!
|
# !!! ATTENTION !!!
|
||||||
# These types should be ignored in most cases.
|
# These types should be ignored in most cases.
|
||||||
# Leave this lines commented only if you know what you are doing.
|
# Leave this lines commented only if you know what you are doing.
|
||||||
# And please DO NOT store .res files in repository. Try to get rid of them.
|
# And please DO NOT store .res files in repository. Try to get rid of them.
|
||||||
#
|
#
|
||||||
|
# Resource files usually store project icon and version info. These should be included by means of .rc files.
|
||||||
#*.res
|
#*.res
|
||||||
|
# Delphi Diagram Portfolio file. Used by the diagram editor in Delphi 7. Uncomment this if you are not using diagrams.
|
||||||
#*.ddp
|
#*.ddp
|
||||||
|
# Visual LiveBindings file. Uncomment this if you are not using LiveBindings Designer.
|
||||||
#*.vlb
|
#*.vlb
|
||||||
|
# Deployment Manager configuration file for your project. Uncomment this if it is not mobile development and you do not use remote debug feature.
|
||||||
#*.deployproj
|
#*.deployproj
|
||||||
#
|
|
||||||
|
|
||||||
# Delphi compiler-generated binaries
|
# Delphi compiler-generated binaries
|
||||||
*.exe
|
*.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user