From c57220f93ecc18f9fb3a36da79b92e69781afb7d Mon Sep 17 00:00:00 2001 From: Vladislav Yaroslavlev Date: Mon, 1 Dec 2014 23:08:13 +0300 Subject: [PATCH] Added Castalia *.stat files Castalia is a free plugin for Delphi since XE7. It uses *.stat files to save statistics of the IDE usage for each project (compile time, debug time etc.) It is safe to delete it, and it is useless to move *.stat files between developers (each developer has its own IDE statistics). --- Delphi.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Delphi.gitignore b/Delphi.gitignore index 78e5f118..8d5d458f 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -52,3 +52,6 @@ # Delphi history and backups __history/ *.~* + +# Castalia statistics file +*.stat