提交 33540b97 编写于 作者: D Denis Grinyuk

Nicer Delphi .gitignore

- added header with link to official documentation about Delphi filetypes
- added some missed file extensions
- made some grouping with descriptions
上级 f85e6765
*.dcu # .gitignore template for Delphi projects
*.~* # Based on Embarcadero documentation:
*.local # http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio
*.identcache
__history # Delphi compiler-generated binaries
*.drc
*.map
*.exe *.exe
*.dll *.dll
*.bpl *.bpl
*.dcp *.dcp
*.so *.so
*.apk *.apk
*.drc
*.map
*.res
*.dres
*.rsm
*.tds
*.tlb
# Delphi autogenerated files (duplicated info)
*.cfg
*Resource.rc
# Delphi local files (user-specific info)
*.local
*.identcache
*.projdata
*.tvsconfig
*.dsk
*.deployproj
*.vlb
# Delphi history and backups
__history/
*.~*
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册