mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-21 04:54:33 +02:00
Add .gitignore
This commit is contained in:
parent
37b9890763
commit
aca52ed202
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
*~
|
||||||
|
*.class
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# IntelliJ
|
||||||
|
.idea
|
||||||
|
.idea_modules
|
||||||
|
|
||||||
|
# sbt specific
|
||||||
|
bin/.lib
|
||||||
|
dist/*
|
||||||
|
target/
|
||||||
|
lib_managed/
|
||||||
|
src_managed/
|
||||||
|
project/boot/
|
||||||
|
project/plugins/project/
|
||||||
|
|
||||||
|
# Scala-IDE specific
|
||||||
|
.scala_dependencies
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user