From 7f275ff0ec40f7824f1e8da830d8f4065b486ded Mon Sep 17 00:00:00 2001 From: Denis Grinyuk Date: Wed, 15 Jan 2014 18:09:26 +0400 Subject: [PATCH] Some filetypes should be commented by default --- Delphi.gitignore | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 61ea8577..17bfdf9c 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -2,6 +2,17 @@ # Based on Embarcadero documentation: # http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio +# !!! 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. +# +#*.res +#*.ddp +#*.vlb +#*.deployproj +# + # Delphi compiler-generated binaries *.exe *.dll @@ -11,7 +22,6 @@ *.apk *.drc *.map -*.res *.dres *.rsm *.tds @@ -27,8 +37,6 @@ *.projdata *.tvsconfig *.dsk -*.deployproj -*.vlb # Delphi history and backups __history/