Skip to content

Commit c57220f

Browse files
committed
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).
1 parent c6e6d99 commit c57220f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Delphi.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@
5252
# Delphi history and backups
5353
__history/
5454
*.~*
55+
56+
# Castalia statistics file
57+
*.stat

0 commit comments

Comments
 (0)