transmission/.gitignore
Geoffrey Bonneville 7030b53e2e
android patches for ndk (#6024)
* android patches for ndk

* Update libtransmission/file-capacity.cc

Co-authored-by: Mike Gelfand <mikedld@users.noreply.github.com>

* TrMacros: Move common & android vars

* Build android in CI

* Use vcpkg packages for curl & openssl

* Update CI for android

* Fix ndkVersion used with gradle

* Restore actions triggers events

* CMakeLists: Remove cond where curl is not found

* Use vcpkg tag instead of commit hash

Co-authored-by: Mike Gelfand <mikedld@users.noreply.github.com>

* TrMacros.cmake: clean unused variables & add vcpkg cond

* Remove quotes around VcpkgAndroid inclusion

Co-authored-by: Mike Gelfand <mikedld@users.noreply.github.com>

* actions: split steps to install vcpkg packages

* Build for android arm64

* actions: add make-android condition

* Revert "Use vcpkg tag instead of commit hash"

This reverts commit 65819026b1.

* build.gradle: use cmake version 3.22.1

* actions: use vcpkg 2024.01.12

* actions: Add ninja-build dependency

---------

Co-authored-by: Mike Gelfand <mikedld@users.noreply.github.com>
2024-01-21 15:27:24 +00:00

37 lines
679 B
Plaintext

.idea
.vscode
.DS_Store
/beta
/build
Transmission.xcodeproj/*.xcworkspace
Transmission.xcodeproj/xcuserdata
/cli/transmissioncli
/daemon/transmission-daemon
/daemon/transmission-proxy
/daemon/transmission-remote
/gtk/defines.h
/gtk/transmission-gtk
/libtransmission/*.a
/libtransmission/version.h
/macosx/Info.plist
/macosx/**/*~.nib
node_modules/
/po/*.mo
/REVISION
/tests/**/*.out
/third-party/miniupnp/miniupnpcstrings.h
/third-party/suffixes_dafsa.h
/web/public_html/transmission-app.js.map
/android/.cxx
/android/.gradle
/android/build
# clangd compile commands
compile_commands.json
# CLion IDE build directory
/cmake-build-*/
# CMake user presets
CMakeUserPresets.json