Files
chatmail-core/.gitignore
2021-09-18 19:01:55 +02:00

32 lines
323 B
Plaintext

/target
**/*.rs.bk
/build
# ignore vi temporaries
*~
*.swp
*.swo
include
.dc-history.txt
*.db
*.db-blobs
python/.eggs
python/.tox
*.egg-info
__pycache__
python/src/deltachat/capi*.so
python/.venv/
python/liveconfig*
# ignore doxgen generated files
deltachat-ffi/html
deltachat-ffi/xml
.rsynclist
coverage/
.DS_Store