diff options
Diffstat (limited to '3rdparty/benchmark/.gitignore')
-rw-r--r-- | 3rdparty/benchmark/.gitignore | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/3rdparty/benchmark/.gitignore b/3rdparty/benchmark/.gitignore new file mode 100644 index 00000000000..3c1b4f2183e --- /dev/null +++ b/3rdparty/benchmark/.gitignore @@ -0,0 +1,46 @@ +*.a +*.so +*.so.?* +*.dll +*.exe +*.dylib +*.cmake +!/cmake/*.cmake +*~ +*.pyc +__pycache__ + +# lcov +*.lcov +/lcov + +# cmake files. +/Testing +CMakeCache.txt +CMakeFiles/ +cmake_install.cmake + +# makefiles. +Makefile + +# in-source build. +bin/ +lib/ +/test/*_test + +# exuberant ctags. +tags + +# YouCompleteMe configuration. +.ycm_extra_conf.pyc + +# ninja generated files. +.ninja_deps +.ninja_log +build.ninja +install_manifest.txt +rules.ninja + +# out-of-source build top-level folders. +build/ +_build/ |