mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
This links the python bindings statically to libdeltachat.a if the DCC_RS_DEV environment variable is set to the project's root. This is a little simpler then requiring the manual CFLAGS and LD_LIBRARY_PATH tweaking. It also adds a script to easily invoke the integration tests locally without forgetting steps.
20 lines
190 B
Plaintext
20 lines
190 B
Plaintext
/target
|
|
**/*.rs.bk
|
|
Cargo.lock
|
|
|
|
# ignore vi temporaries
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
|
|
include
|
|
.dc-history.txt
|
|
*.db
|
|
*.db-blobs
|
|
|
|
python/.eggs
|
|
python/.tox
|
|
*.egg-info
|
|
__pycache__
|
|
python/src/deltachat/capi*.so
|