From c895ac1389f70df4d6fa4d42975f056b53f0d44d Mon Sep 17 00:00:00 2001 From: Chris Moultrie Date: Thu, 30 Jun 2011 15:06:18 -0400 Subject: [PATCH] Added a Delphi (D2007) version of git ignore. --- Delphi.gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Delphi.gitignore diff --git a/Delphi.gitignore b/Delphi.gitignore new file mode 100644 index 00000000..a9390fc4 --- /dev/null +++ b/Delphi.gitignore @@ -0,0 +1,24 @@ +#Delphi Studio keeps a code change history, this isn't useful to anyone +#but the current user +__history +*~*~ + +#These files are all generated on the fly, whenever needed. No need to commit +# them because as soon as you pull them you'll have to recreate them anyways. +*.identcache +*.swap +*.dcu +*.local +*.swp +*.drc +*.res +*.db + +#Optional to exclude, I never keep my .exe's in my project as they're just +# builds +*.exe + +#Modeling Info +*.txaPackage +*.tvsconfig +*.txvpck