Files
kumomta/.gitignore
T
Wez Furlong 22d405a23f make: pick up supplemental env vars from an optional .make-env
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.
2024-11-21 07:27:24 -07:00

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__/