| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- # /
- /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/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
|