mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 15:02:11 +03:00
Say in the README that cargo-bolero@0.8.0 should be installed as newer versions do not work currently. Update `mailparse` to 0.16.0 because this is what Delta Chat currently uses. I also added fuzzer outputs to .gitignore
56 lines
604 B
Plaintext
56 lines
604 B
Plaintext
target/
|
|
**/*.rs.bk
|
|
/build
|
|
/dist
|
|
/fuzz/fuzz_targets/corpus/
|
|
/fuzz/fuzz_targets/crashes/
|
|
|
|
# ignore vi temporaries
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
|
|
include
|
|
.dc-history.txt
|
|
*.db
|
|
*.db-blobs
|
|
|
|
.tox
|
|
python/.eggs
|
|
*.egg-info
|
|
__pycache__
|
|
python/src/deltachat/capi*.so
|
|
python/.venv/
|
|
python/venv/
|
|
venv/
|
|
env/
|
|
|
|
python/liveconfig*
|
|
|
|
# ignore doxgen generated files
|
|
deltachat-ffi/html
|
|
deltachat-ffi/xml
|
|
|
|
.rsynclist
|
|
|
|
coverage/
|
|
.DS_Store
|
|
.vscode
|
|
python/accounts.txt
|
|
python/all-testaccounts.txt
|
|
tmp/
|
|
|
|
# from deltachat-node
|
|
node_modules/
|
|
node/build/
|
|
node/dist/
|
|
node/prebuilds/
|
|
node/.nyc_output/
|
|
|
|
# Nix symlink.
|
|
result
|
|
|
|
# direnv
|
|
.envrc
|
|
.direnv
|