diff options
author | sergey.galtsev <sergey.galtsev@mongodb.com> | 2021-09-28 22:43:09 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-09-28 23:11:18 +0000 |
commit | e5d32fc7b6811a659ac36f519bf697d776df4849 (patch) | |
tree | 6c2675bad0d3c64daf6c1dea26a738ea242b4921 /.gitignore | |
parent | 9569a71e456821fe24030f59810f384d4a9b8b02 (diff) | |
download | mongo-e5d32fc7b6811a659ac36f519bf697d776df4849.tar.gz |
SERVER-56180 SELinux policy tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2434c53fb6f..acb29394d1c 100644 --- a/.gitignore +++ b/.gitignore @@ -211,3 +211,11 @@ resmoke.ini default.profraw /corpora /corpora-merged + +# RPM build temps +/distsrc.tar +/selinux/tmp +/dst +/rpmbuild +/repo +/rpm/tmp |