0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00
libsignal/.gitignore
Ehren Kret 3ed0ff84a3 Increase local JNI frame to 8192 for all JNI calls
This is overkill for most calls but multi-recipient messages require
potentially a lot of objects. The codegen is in the way of making a
surgical change at the moment so hitting it with a broad fix for
now. May return to add a conditional to the macro definition later.
2021-09-09 12:25:37 -05:00

29 lines
346 B
Plaintext

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