diff options
author | mj-xmr <mjxmr@protonmail.com> | 2020-11-01 09:36:10 +0100 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2020-12-08 08:05:56 +0100 |
commit | 9f502108bfb056575bfc49d60ffc5c7aed05728e (patch) | |
tree | 07b6c6915ce77e1962bb0a19f0fb625153eb305b /.gitignore | |
parent | Merge pull request #7072 (diff) | |
download | monero-9f502108bfb056575bfc49d60ffc5c7aed05728e.tar.xz |
Add ClangBuildAnalyzer under utils/health for analyzing build times
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 08c310e66..049fc2562 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ cscope.po.out external/miniupnpc/Makefile miniupnpcstrings.h version/ +ClangBuildAnalyzerSession.txt # Created by https://www.gitignore.io ### C++ ### |