mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
28 lines
295 B
Plaintext
28 lines
295 B
Plaintext
/target
|
|
**/*.rs.bk
|
|
|
|
# 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
|