# see also test/files/.gitignore
/test/files/.gitignore

*.jar
*~

#sbt
/project/target/
/project/project/target

/target/
/src/jline/target/

# target directories for ant build
/build/
/dists/

# other
/out/
/bin/
/sandbox/

# eclipse, intellij
/.classpath
/.project
/src/intellij/*.iml
/src/intellij/*.ipr
/src/intellij/*.iws
/.cache
/.idea
/.idea_modules
/.settings

# bak files produced by ./cleanup-commit
*.bak
*.swp

# from Scalding
BUILD
target/
lib_managed/
project/boot/
project/build/target/
project/plugins/target/
project/plugins/lib_managed/
project/plugins/src_managed/
