mirror of
https://github.com/xerial/snappy-java.git
synced 2025-04-08 19:35:08 +02:00
* Feature: Use LTS cross-compiler for Linux armv6/armv7 to use glibc 2.28 * Use softfp for armv7 * Fix armv6 config * Update native libraries --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
31 lines
289 B
Plaintext
31 lines
289 B
Plaintext
*~
|
|
*.class
|
|
*.log
|
|
|
|
# IntelliJ
|
|
.idea
|
|
.idea_modules
|
|
*.iml
|
|
|
|
.DS_Store
|
|
|
|
# sbt specific
|
|
bin/.lib
|
|
dist/*
|
|
target/
|
|
lib_managed/
|
|
src_managed/
|
|
project/boot/
|
|
project/plugins/project/
|
|
.bsp
|
|
|
|
# Scala-IDE specific
|
|
.scala_dependencies
|
|
atlassian-ide-plugin.xml
|
|
|
|
src/main/java/**/*.h
|
|
|
|
.metals
|
|
.vscode
|
|
.bloop
|