forked from Green-Sky/tomato
e58eb27a8 fix(toxav): remove extra copy of video frame on encode Tested and works, but there might be alignment issues and other stuff. 206ea3530 refactor: Explicitly pass dependencies to constructors. 7cefa93cf fix(toxencryptsave): Wipe salt and passkey after usage. 7c3be2342 refactor: Add file/line to tox-bootstrapd logging. f84e8cdce refactor: Move loglogdata out of network.c. 390f7db06 refactor: Move random and memory OS-specifics to `os_*` files. REVERT: 640e6cace fix(toxav): remove extra copy of video frame on encode Tested and works, but there might be alignment issues and other stuff. git-subtree-dir: external/toxcore/c-toxcore git-subtree-split: e58eb27a84f9fa0cd996868e079f39e90a5c04b6
23 lines
711 B
Docker
23 lines
711 B
Docker
# Very selectively add files to the image, because we may have random stuff
|
|
# lying around. In particular, we don't need to rebuild the docker image when
|
|
# toxav changes or the Dockerfile changes down from the build.
|
|
**/*
|
|
!cmake/*
|
|
!other/bootstrap_daemon/bash-completion/*
|
|
!other/bootstrap_daemon/docker/get-nodes.py
|
|
!other/bootstrap_daemon/docker/tox-bootstrapd.sha256
|
|
!other/bootstrap_daemon/src/*
|
|
!other/bootstrap_daemon/tox-bootstrapd.conf
|
|
!other/bootstrap_node_packets.[ch]
|
|
!other/DHT_bootstrap.c
|
|
!other/pkgconfig/*
|
|
!other/rpm/*
|
|
!testing/misc_tools.[ch]
|
|
!toxcore/**/*
|
|
!toxencryptsave/**/*
|
|
!third_party/cmp/cmp.[ch]
|
|
!CMakeLists.txt
|
|
!so.version
|
|
!other/bootstrap_daemon/CMakeLists.txt
|
|
!testing/CMakeLists.txt
|