1*.a 2*.so 3*.so.?* 4*.dll 5*.exe 6*.dylib 7*.cmake 8!/cmake/*.cmake 9!/test/AssemblyTests.cmake 10*~ 11*.swp 12*.pyc 13__pycache__ 14 15# lcov 16*.lcov 17/lcov 18 19# cmake files. 20/Testing 21CMakeCache.txt 22CMakeFiles/ 23cmake_install.cmake 24 25# makefiles. 26Makefile 27 28# in-source build. 29bin/ 30lib/ 31/test/*_test 32 33# exuberant ctags. 34tags 35 36# YouCompleteMe configuration. 37.ycm_extra_conf.pyc 38 39# ninja generated files. 40.ninja_deps 41.ninja_log 42build.ninja 43install_manifest.txt 44rules.ninja 45 46# bazel output symlinks. 47bazel-* 48 49# out-of-source build top-level folders. 50build/ 51_build/ 52build*/ 53 54# in-source dependencies 55/googletest/ 56 57# Visual Studio 2015/2017 cache/options directory 58.vs/ 59CMakeSettings.json 60 61# Visual Studio Code cache/options directory 62.vscode/ 63 64# Python build stuff 65dist/ 66*.egg-info* 67