mirror of
https://github.com/xerial/snappy-java.git
synced 2025-04-08 19:35:08 +02:00
26 lines
260 B
Plaintext
26 lines
260 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/
|
|
|
|
# Scala-IDE specific
|
|
.scala_dependencies
|
|
atlassian-ide-plugin.xml
|
|
|
|
src/main/java/**/*.h
|