mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
042050ef67
Included sample benchmark for eminline for native and noasm Made GoogleTest compile only if tests are compiled
46 lines
469 B
Text
46 lines
469 B
Text
*.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/
|