encfs/vendor/github.com/google/benchmark/.gitignore
Valient Gough 35f7c4772b Add "gbench" from "https://github.com/google/benchmark.git@v1.2.0"
git-vendor-name: gbench
git-vendor-dir: vendor/github.com/google/benchmark
git-vendor-repository: https://github.com/google/benchmark.git
git-vendor-ref: v1.2.0
2017-08-06 22:36:13 -04:00

47 lines
469 B
Plaintext

*.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/