0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 19:42:19 +02:00
libsignal/.gitignore
Alex Konradi 8959e64ed1
Build TESTING_ functions for Android test
Run tests that call native TESTING_ functions on Android. This requires 
building a separate version of libsignal_jni.so with the testing functions 
included. The test code is still omitted from the published artifacts.
2024-02-15 16:53:05 -05:00

28 lines
381 B
Plaintext

/.idea
*.iml
/target
/swift/.build
/node/dist
/node/node_modules
/node/build
/rust/bridge/node/futures/tests/node-tests/node_modules
*.orig
*.rej
*~
\#*\#
.\#*
java/**/build
java/.gradle
java/local.properties
java/android/src/*/jniLibs
java/android/src/main/assets/acknowledgments
java/shared/resources/*.dylib
java/shared/resources/*.so
java/shared/resources/*.dll
.DS_Store