Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
More entries to gitignore
  • Loading branch information
sebnozzi committed Apr 2, 2014
commit b951aa4f72118508b960affca718ce7c1af108ca
70 changes: 61 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,65 @@
# use glob syntax.
syntax: glob
*.ser
*.class
*.log
*~
*.bak
*.off
*.old
.DS_Store

# sbt specific
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
# logs
derby.log

# Scala-IDE specific
# eclipse conf file
.settings
.classpath
.project
.manager
.externalToolBuilders
/.cache

# ensime/emacs conf files
.ensime
.scala_dependencies

# building
target
null
tmp*
dist
test-output

# sbt
target
lib_managed
src_managed
project/boot
project/plugins/project
project/plugins/target/
project/plugins/lib_managed/
project/plugins/src_managed/
project/project/target
project/target

# other scm
.svn
.CVS
.hg*

# switch to regexp syntax.
# syntax: regexp
# ^\.pc/

# IntelliJ
*.eml
*.iml
*.ipr
*.iws
.idea

# Pax Runner (for easy OSGi launching)
runner

#DB files
*.db