mirror of
https://github.com/github/gitignore
synced 2024-12-04 01:15:43 +01:00
Added omre Extensions for Delphi and C++ Builder (often in 1 product: RAD Studio)
# http://delphi.wikia.com/wiki/Delphi_File_Extensions / http://docwiki.embarcadero.com/RADStudio/XE4/en/File_Extensions_of_Files_Generated_by_RAD_Studio # Verified against https://github.com/project-jedi/jvcl/blob/master/.gitignore and https://github.com/project-jedi/jcl/blob/master/.gitignore
This commit is contained in:
parent
3a6feb68f1
commit
8e10c5c83e
@ -1,10 +1,48 @@
|
|||||||
*.dcu
|
# Extensions for Delphi and C++ Builder (often in 1 product: RAD Studio)
|
||||||
*.~*~
|
*.~*~
|
||||||
*.local
|
# http://delphi.wikia.com/wiki/Delphi_File_Extensions / http://docwiki.embarcadero.com/RADStudio/XE4/en/File_Extensions_of_Files_Generated_by_RAD_Studio
|
||||||
*.identcache
|
# Verified against https://github.com/project-jedi/jvcl/blob/master/.gitignore and https://github.com/project-jedi/jcl/blob/master/.gitignore
|
||||||
__history
|
*.a
|
||||||
*.drc
|
*.bpi
|
||||||
*.map
|
*.bpl
|
||||||
*.exe
|
*.csm
|
||||||
|
*.cbk
|
||||||
|
*.dcp
|
||||||
|
*.dcpil
|
||||||
|
*.dcu
|
||||||
|
*.dcuil
|
||||||
*.dll
|
*.dll
|
||||||
bin/*
|
*.dpl
|
||||||
|
*.drc
|
||||||
|
*.dsk
|
||||||
|
*.dsm
|
||||||
|
*.dylib
|
||||||
|
*.entitlements
|
||||||
|
*.exe
|
||||||
|
*.exe.incr
|
||||||
|
*.hpp
|
||||||
|
*.i
|
||||||
|
*.identcache
|
||||||
|
*.ilc
|
||||||
|
*.ild
|
||||||
|
*.ilf
|
||||||
|
*.ils
|
||||||
|
*.ipa
|
||||||
|
*.jdbg
|
||||||
|
*.lib
|
||||||
|
*.local
|
||||||
|
*.map
|
||||||
|
*.o
|
||||||
|
*.obj
|
||||||
|
*.pdb
|
||||||
|
*.plist
|
||||||
|
*.rsm
|
||||||
|
*.tds
|
||||||
|
*.#??
|
||||||
|
__history
|
||||||
|
bin/*
|
||||||
|
Debug/*
|
||||||
|
Release/*
|
||||||
|
# https://bitbucket.org/NickHodges/delphi-unit-tests/commits/c9838c9892d8f25fb10d50b134755ce7#comment-389061
|
||||||
|
# .mes file is a madExcept settings file.
|
||||||
|
*.mes
|
Loading…
Reference in New Issue
Block a user