diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a0e4c809e9..b30162c1e3 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,8 @@ /rabbitmq-server-*.zip # Dialyzer -*.plt
\ No newline at end of file +*.plt + +# Tracing tools +*-ttb +*.ti
\ No newline at end of file |
