diff options
author | Scott Hernandez <scotthernandez@gmail.com> | 2015-07-08 13:54:11 -0400 |
---|---|---|
committer | Scott Hernandez <scotthernandez@gmail.com> | 2015-07-20 17:10:12 -0400 |
commit | 2bfce15fbec5f9096971e7906feff22d9d571ef5 (patch) | |
tree | e66741706c9679b4501d0c52f5368b1505ae26c7 /.gitignore | |
parent | f415198fefc67132c28ae7b13bc697f1b0678b54 (diff) | |
download | mongo-2bfce15fbec5f9096971e7906feff22d9d571ef5.tar.gz |
add idea artifacts to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f26da7b19ef..dd62349a3ca 100644 --- a/.gitignore +++ b/.gitignore @@ -145,6 +145,10 @@ src/third_party/v8/src/libraries.cc .project .pydevproject +# Idea CLion project artifacts +.idea +CMakeLists.txt + # old things that should be removed # maybe remove this mid 2012 src/mongo/buildinfo.cpp |