LevelDB project 1 10225501460 林子骥 10211900416 郭夏辉
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

67 řádky
763 B

před 1 měsícem
  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. .DS_Store
  15. # lcov
  16. *.lcov
  17. /lcov
  18. # cmake files.
  19. /Testing
  20. CMakeCache.txt
  21. CMakeFiles/
  22. cmake_install.cmake
  23. # makefiles.
  24. Makefile
  25. # in-source build.
  26. bin/
  27. lib/
  28. /test/*_test
  29. # exuberant ctags.
  30. tags
  31. # YouCompleteMe configuration.
  32. .ycm_extra_conf.pyc
  33. # ninja generated files.
  34. .ninja_deps
  35. .ninja_log
  36. build.ninja
  37. install_manifest.txt
  38. rules.ninja
  39. # bazel output symlinks.
  40. bazel-*
  41. # out-of-source build top-level folders.
  42. build/
  43. _build/
  44. build*/
  45. # in-source dependencies
  46. /googletest/
  47. # Visual Studio 2015/2017 cache/options directory
  48. .vs/
  49. CMakeSettings.json
  50. # Visual Studio Code cache/options directory
  51. .vscode/
  52. # Python build stuff
  53. dist/
  54. *.egg-info*