aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Forster <brendan@github.com>2015-11-16 08:35:27 -0800
committerBrendan Forster <brendan@github.com>2015-11-16 08:35:27 -0800
commitb01f38ae3379fe671dcdbcec35ffc3c88d58301d (patch)
treefb0967a6f574b46c218638229d8fb3f572c9c68b
parente24610842dbad6c16a91331427f4e1d0bcec1ac9 (diff)
parentfe00bd78b8e0b86cd9124c96588ee9f056801042 (diff)
downloadgitignore-b01f38ae3379fe671dcdbcec35ffc3c88d58301d.tar.gz
gitignore-b01f38ae3379fe671dcdbcec35ffc3c88d58301d.zip
Merge pull request #1757 from Arvur/master
Delphi: More extensions to ignore
-rw-r--r--Delphi.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/Delphi.gitignore b/Delphi.gitignore
index 800ceb11..7af8d6fc 100644
--- a/Delphi.gitignore
+++ b/Delphi.gitignore
@@ -20,6 +20,10 @@
# 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.
#*.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)
@@ -37,9 +41,13 @@
*.tds
*.dcu
*.lib
+*.a
+*.o
+*.ocx
# Delphi autogenerated files (duplicated info)
*.cfg
+*.hpp
*Resource.rc
# Delphi local files (user-specific info)