mirror of
https://github.com/github/gitignore
synced 2024-11-11 22:38:51 +01:00
Some C++ file extensions used by Delphi
These depend of "C/C++ Output file generation" compiler setting
This commit is contained in:
parent
3d6f6f8210
commit
fde9f07c71
@ -21,6 +21,10 @@
|
||||
# Uncomment this if it is not mobile development and you do not use remote debug feature.
|
||||
#*.deployproj
|
||||
#
|
||||
# C++ object files produced when C/C++ Output file generation is configured.
|
||||
# Uncomment this if you are not using external objects (zlib library for example).
|
||||
#*.obj
|
||||
#
|
||||
|
||||
# Delphi compiler-generated binaries (safe to delete)
|
||||
*.exe
|
||||
@ -37,9 +41,12 @@
|
||||
*.tds
|
||||
*.dcu
|
||||
*.lib
|
||||
*.a
|
||||
*.o
|
||||
|
||||
# Delphi autogenerated files (duplicated info)
|
||||
*.cfg
|
||||
*.hpp
|
||||
*Resource.rc
|
||||
|
||||
# Delphi local files (user-specific info)
|
||||
|
Loading…
Reference in New Issue
Block a user