提交 b01f38ae 编写于 作者: B Brendan Forster

Merge pull request #1757 from Arvur/master

Delphi: More extensions to ignore
...@@ -20,6 +20,10 @@ ...@@ -20,6 +20,10 @@
# Deployment Manager configuration file for your project. Added in Delphi XE2. # Deployment Manager configuration file for your project. Added in Delphi XE2.
# 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)
...@@ -37,9 +41,13 @@ ...@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册