| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- # /
- /Makefile
- /config.status
- /config.log
- /sphinx-min.conf.dist
- /sphinx.conf.dist
- /bin
- /junk
- /*.suo
- /*.ncb
- /*.sdf
- /*.opensdf
- /.hg
- **/*.bak
- # cmake local presets
- /CMakeUserPresets.json
- # /api/libsphinxclient/
- /api/libsphinxclient/*.ncb
- /api/libsphinxclient/*.suo
- /api/libsphinxclient/*.user
- /api/libsphinxclient/debug
- /api/libsphinxclient/release
- # clion build dir, also reserve /build
- /.idea
- /test/.idea
- /cmake-build*
- /build
- /buildx64
- /build_*
- /build-*
- /.vs
- # /config/
- /config/stamp-h1
- /config/config.h
- # /libstemmer_c/
- /libstemmer_c/Makefile
- /libstemmer_c/.deps
- # /src/
- /src/.deps
- /src/sphinxversion.h
- # /win/
- /win/*.user
- /win/*.filters
- # /doc
- /doc/Makefile
- # /test
- /test/test_*/report.*
- /test/test_*/Conf
- /test/data
- /test/localsettings.inc
- /test/error_all.txt
- /test/guess.txt
- /test/query.log
- /test/searchd.log
- /test/clt-tests/**/*.rep
- /test/clt-tests/**/*.deb
- /clt
- /agents.md
- /test/clt-tests/*repo.noarch.deb.*
- /test/clt-tests/**/*.cmp
- /test/.cache/
- /test/examples.txt
- /test/node_prepared_stmt/node_modules
- /test/sqlx_prepared_stmt/target
- # /test/ql/
- /test/ql/data/*.log
- /test/ql/data/*.lock
- /test/ql/*.class
- /test/ql/*.exe
- # misc
- /cache
- /local_*_src.txt
- /test/clt-tests/**/*.rep
- /test/clt-tests/**/*.cmp
- /clt
- **/.DS_Store
- /test/clt-tests/**/*.deb
- /test/clt-tests/*repo.noarch.deb.*
- /src/perfetto/perfetto.cc
- /src/perfetto/perfetto.h
- # dist
- /dist/docker
- /.env
- /dump.sql
|