1
0
mirror of https://github.com/github/gitignore synced 2024-11-26 05:34:21 +01:00

Merge pull request #1757 from Arvur/master

Delphi: More extensions to ignore
This commit is contained in:
Brendan Forster 2015-11-16 08:35:27 -08:00
commit b01f38ae33

View File

@ -21,6 +21,10 @@
# Uncomment this if it is not mobile development and you do not use remote debug feature. # Uncomment this if it is not mobile development and you do not use remote debug feature.
#*.deployproj #*.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) # Delphi compiler-generated binaries (safe to delete)
*.exe *.exe
@ -37,9 +41,13 @@
*.tds *.tds
*.dcu *.dcu
*.lib *.lib
*.a
*.o
*.ocx
# Delphi autogenerated files (duplicated info) # Delphi autogenerated files (duplicated info)
*.cfg *.cfg
*.hpp
*Resource.rc *Resource.rc
# Delphi local files (user-specific info) # Delphi local files (user-specific info)