benchmark/.gitignore

43 lines
464 B
Plaintext
Raw Normal View History

2014-06-04 14:34:58 +00:00
*.a
*.so
*.so.?*
*.exe
*.dylib
2014-06-04 14:34:58 +00:00
*.cmake
2014-08-01 14:00:43 +00:00
!/cmake/*.cmake
2014-07-23 16:18:23 +00:00
*~
2015-03-30 10:55:24 +00:00
*.pyc
__pycache__
# cmake files.
2014-07-30 18:06:57 +00:00
/Testing
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
# makefiles.
Makefile
# in-source build.
bin/
lib/
/test/benchmark_test
/test/re_test
# exuberant ctags.
2014-01-08 01:02:54 +00:00
tags
# YouCompleteMe configuration.
2014-01-16 00:11:09 +00:00
.ycm_extra_conf.pyc
2014-07-24 02:32:37 +00:00
# ninja generated files.
2014-07-24 02:32:37 +00:00
.ninja_deps
.ninja_log
build.ninja
install_manifest.txt
rules.ninja
# out-of-source build top-level folders.
build/
_build/