summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTrevor Guidry <trevor.guidry@mongodb.com>2022-09-16 18:56:16 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-20 18:00:27 +0000
commit03bf5f2dff26f3d5c3ca4687c565c3c764bcc013 (patch)
tree3bf6888f5a84de153b8f9a281f05e7f4c49b6cac /.gitignore
parent6f54faecb77c6523a6852963c57ab291305f746f (diff)
downloadmongo-03bf5f2dff26f3d5c3ca4687c565c3c764bcc013.tar.gz
SERVER-69581 add clang_tidy_fixes to .gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f3c9a27efae..c7144d21d38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -238,3 +238,6 @@ default.profraw
# generated by gen_all_feature_flag_list.py
all_feature_flags.txt
+
+# generated by clang-tidy buildscripts
+clang_tidy_fixes