aboutsummaryrefslogtreecommitdiffstats
path: root/Delphi.gitignore
diff options
context:
space:
mode:
authorDenis Grinyuk <denis.grinyuk@gmail.com>2014-02-03 14:52:36 +0400
committerDenis Grinyuk <denis.grinyuk@gmail.com>2014-02-12 18:38:30 +0400
commit432f6edf3876a5e2aa8ea545fd15f99953339aba (patch)
treeb446543a529f34503485fb36db8dac0e06c0f28d /Delphi.gitignore
parentbaf7fe56e6878d9212a5b1ff19399fe934e09cb7 (diff)
downloadgitignore-432f6edf3876a5e2aa8ea545fd15f99953339aba.tar.gz
gitignore-432f6edf3876a5e2aa8ea545fd15f99953339aba.zip
Additional comments
Diffstat (limited to 'Delphi.gitignore')
-rw-r--r--Delphi.gitignore9
1 files changed, 8 insertions, 1 deletions
diff --git a/Delphi.gitignore b/Delphi.gitignore
index 6f5755c3..39a8b66a 100644
--- a/Delphi.gitignore
+++ b/Delphi.gitignore
@@ -1,17 +1,24 @@
# .gitignore template for Delphi projects
# Based on Embarcadero documentation:
# http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio
+# Some older file types can be found here:
+# http://delphi.wikia.com/wiki/Delphi_File_Extensions
+
# !!! ATTENTION !!!
# These types should be ignored in most cases.
# Leave this lines commented only if you know what you are doing.
# And please DO NOT store .res files in repository. Try to get rid of them.
#
+# Resource files usually store project icon and version info. These should be included by means of .rc files.
#*.res
+# Delphi Diagram Portfolio file. Used by the diagram editor in Delphi 7. Uncomment this if you are not using diagrams.
#*.ddp
+# Visual LiveBindings file. Uncomment this if you are not using LiveBindings Designer.
#*.vlb
+# Deployment Manager configuration file for your project. Uncomment this if it is not mobile development and you do not use remote debug feature.
#*.deployproj
-#
+
# Delphi compiler-generated binaries
*.exe