diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-12-10 17:32:13 -0800 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-12-10 17:32:13 -0800 |
commit | ddf59289d63766a2cab2047d8308f3d91198ea0d (patch) | |
tree | 582cae5a74f1bdddaa18a211ff718fe8b5b3e060 /.gitignore | |
parent | Merge pull request #6947 (diff) | |
parent | Add ClangBuildAnalyzer under utils/health for analyzing build times (diff) | |
download | monero-ddf59289d63766a2cab2047d8308f3d91198ea0d.tar.xz |
Merge pull request #6956
9f502108b Add ClangBuildAnalyzer under utils/health for analyzing build times (mj-xmr)
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++ ### |