mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-24 05:08:18 +00:00
22d405a23f
The primary purpose of this is so that I can do this: ``` ROCKSDB_LIB_DIR=/usr/lib/x86_64-linux-gnu ``` on my ubuntu system and cut down on rocksdb related build times.
29 lines
428 B
Plaintext
29 lines
428 B
Plaintext
.DS_Store
|
|
dhat-heap.json
|
|
/docs/_site
|
|
/docs/SUMMARY.md
|
|
/mkdocs.yml
|
|
# index.md is generated by Gen(). You should not add them
|
|
# to git, and instead use _index.md files.
|
|
/docs/reference/**/index.md
|
|
/docs/mermaid.min.js
|
|
/docs/changelog/index.md
|
|
/docs/faq/index.md
|
|
/pkg
|
|
/target/
|
|
/gh_pages/
|
|
**/*.rs.bk
|
|
.*.sw*
|
|
/perf.data*
|
|
/.make-env
|
|
/jeprof*
|
|
/.cache
|
|
/.cache-env
|
|
/.ci-cargo
|
|
/.python-home
|
|
.idea/
|
|
.vscode/
|
|
**/*.deb
|
|
**/*.rpm
|
|
/__pycache__/
|