.gitignore 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. # /
  2. /Makefile
  3. /config.status
  4. /config.log
  5. /sphinx-min.conf.dist
  6. /sphinx.conf.dist
  7. /bin
  8. /junk
  9. /*.suo
  10. /*.ncb
  11. /*.sdf
  12. /*.opensdf
  13. /.hg
  14. **/*.bak
  15. # cmake local presets
  16. /CMakeUserPresets.json
  17. # /api/libsphinxclient/
  18. /api/libsphinxclient/*.ncb
  19. /api/libsphinxclient/*.suo
  20. /api/libsphinxclient/*.user
  21. /api/libsphinxclient/debug
  22. /api/libsphinxclient/release
  23. # clion build dir, also reserve /build
  24. /.idea
  25. /test/.idea
  26. /cmake-build*
  27. /build
  28. /buildx64
  29. /build_*
  30. /build-*
  31. /.vs
  32. # /config/
  33. /config/stamp-h1
  34. /config/config.h
  35. # /libstemmer_c/
  36. /libstemmer_c/Makefile
  37. /libstemmer_c/.deps
  38. # /src/
  39. /src/.deps
  40. /src/sphinxversion.h
  41. # /win/
  42. /win/*.user
  43. /win/*.filters
  44. # /doc
  45. /doc/Makefile
  46. # /test
  47. /test/test_*/report.*
  48. /test/test_*/Conf
  49. /test/data
  50. /test/localsettings.inc
  51. /test/error_all.txt
  52. /test/guess.txt
  53. /test/query.log
  54. /test/searchd.log
  55. /test/clt-tests/**/*.rep
  56. /test/clt-tests/**/*.deb
  57. /clt
  58. /agents.md
  59. /test/clt-tests/*repo.noarch.deb.*
  60. /test/clt-tests/**/*.cmp
  61. /test/.cache/
  62. /test/examples.txt
  63. /test/node_prepared_stmt/node_modules
  64. /test/sqlx_prepared_stmt/target
  65. # /test/ql/
  66. /test/ql/data/*.log
  67. /test/ql/data/*.lock
  68. /test/ql/*.class
  69. /test/ql/*.exe
  70. # misc
  71. /cache
  72. /local_*_src.txt
  73. /test/clt-tests/**/*.rep
  74. /test/clt-tests/**/*.cmp
  75. /clt
  76. **/.DS_Store
  77. /test/clt-tests/**/*.deb
  78. /test/clt-tests/*repo.noarch.deb.*
  79. /src/perfetto/perfetto.cc
  80. /src/perfetto/perfetto.h
  81. # dist
  82. /dist/docker
  83. /.env
  84. /dump.sql