snappy-java/.gitignore
Taro L. Saito ad2e2d7378
Feature: Use LTS cross-compiler for Linux armv6/armv7 to use glibc 2.28 (#440)
* 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>
2023-05-23 13:20:44 -07:00

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