2013-11-29 15:59:27 +01:00
|
|
|
# .gitignore template for Delphi projects
|
|
|
|
# Based on Embarcadero documentation:
|
|
|
|
# http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio
|
2014-02-03 11:52:36 +01:00
|
|
|
# Some older file types can be found here:
|
|
|
|
# http://delphi.wikia.com/wiki/Delphi_File_Extensions
|
|
|
|
|
2013-11-29 15:59:27 +01:00
|
|
|
|
2014-01-15 15:09:26 +01:00
|
|
|
# !!! ATTENTION !!!
|
|
|
|
# These types should be ignored in most cases.
|
|
|
|
# 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.
|
|
|
|
#
|
2014-02-03 11:52:36 +01:00
|
|
|
# Resource files usually store project icon and version info. These should be included by means of .rc files.
|
2014-01-15 15:09:26 +01:00
|
|
|
#*.res
|
2014-02-03 11:52:36 +01:00
|
|
|
# Delphi Diagram Portfolio file. Used by the diagram editor in Delphi 7. Uncomment this if you are not using diagrams.
|
2014-01-15 15:09:26 +01:00
|
|
|
#*.ddp
|
2014-02-03 11:52:36 +01:00
|
|
|
# Visual LiveBindings file. Uncomment this if you are not using LiveBindings Designer.
|
2014-01-15 15:09:26 +01:00
|
|
|
#*.vlb
|
2014-02-03 11:52:36 +01:00
|
|
|
# Deployment Manager configuration file for your project. Uncomment this if it is not mobile development and you do not use remote debug feature.
|
2014-01-15 15:09:26 +01:00
|
|
|
#*.deployproj
|
2014-02-03 11:52:36 +01:00
|
|
|
|
2014-01-15 15:09:26 +01:00
|
|
|
|
2013-11-29 15:59:27 +01:00
|
|
|
# Delphi compiler-generated binaries
|
2012-03-08 12:45:16 +01:00
|
|
|
*.exe
|
|
|
|
*.dll
|
2013-09-25 18:27:20 +02:00
|
|
|
*.bpl
|
2014-01-16 10:05:02 +01:00
|
|
|
*.bpi
|
2013-09-25 18:27:20 +02:00
|
|
|
*.dcp
|
|
|
|
*.so
|
|
|
|
*.apk
|
2013-11-29 15:59:27 +01:00
|
|
|
*.drc
|
|
|
|
*.map
|
|
|
|
*.dres
|
|
|
|
*.rsm
|
|
|
|
*.tds
|
|
|
|
*.tlb
|
|
|
|
|
|
|
|
# Delphi autogenerated files (duplicated info)
|
|
|
|
*.cfg
|
|
|
|
*Resource.rc
|
|
|
|
|
|
|
|
# Delphi local files (user-specific info)
|
|
|
|
*.local
|
|
|
|
*.identcache
|
|
|
|
*.projdata
|
|
|
|
*.tvsconfig
|
|
|
|
*.dsk
|
|
|
|
|
|
|
|
# Delphi history and backups
|
|
|
|
__history/
|
|
|
|
*.~*
|