mirror of
https://github.com/TokTok/c-toxcore
synced 2026-03-31 11:25:41 +00:00
For backwards compatibility, we also `#include "tox_options.h"` in `tox.h`, but in 0.3.0 we can break that so most toxcore client code doesn't need the options, only the part that creates the instance.
25 lines
483 B
Plaintext
25 lines
483 B
Plaintext
# ===== common =====
|
|
# Ignore everything ...
|
|
**/*
|
|
# ... except sources
|
|
!**/*.[ch]
|
|
!**/*.cc
|
|
!**/*.hh
|
|
!CHANGELOG.md
|
|
!LICENSE
|
|
!README.md
|
|
!auto_tests/data/*
|
|
!other/bootstrap_daemon/bash-completion/**
|
|
!other/bootstrap_daemon/tox-bootstrapd.*
|
|
!other/proxy/*.mod
|
|
!other/proxy/*.sum
|
|
!other/proxy/*.go
|
|
# ... and CMake build files (used by most builds).
|
|
!**/CMakeLists.txt
|
|
!.github/scripts/flags*.sh
|
|
!cmake/*.cmake
|
|
!other/pkgconfig/*
|
|
!other/rpm/*
|
|
!so.version
|
|
!other/docker/pkgsrc/pkgsrc.patch
|