Home | History | Annotate | Download | only in google-benchmark
      1 *.a
      2 *.so
      3 *.so.?*
      4 *.dll
      5 *.exe
      6 *.dylib
      7 *.cmake
      8 !/cmake/*.cmake
      9 *~
     10 *.pyc
     11 __pycache__
     12 
     13 # lcov
     14 *.lcov
     15 /lcov
     16 
     17 # cmake files.
     18 /Testing
     19 CMakeCache.txt
     20 CMakeFiles/
     21 cmake_install.cmake
     22 
     23 # makefiles.
     24 Makefile
     25 
     26 # in-source build.
     27 bin/
     28 lib/
     29 /test/*_test
     30 
     31 # exuberant ctags.
     32 tags
     33 
     34 # YouCompleteMe configuration.
     35 .ycm_extra_conf.pyc
     36 
     37 # ninja generated files.
     38 .ninja_deps
     39 .ninja_log
     40 build.ninja
     41 install_manifest.txt
     42 rules.ninja
     43 
     44 # out-of-source build top-level folders.
     45 build/
     46 _build/
     47