master/.gitignore

User picture

Commiter: Heiko Seeberger

Author: Heiko Seeberger

Revision: c46d8e8af7


File Size: 412 Bytes

(June 08, 2010 21:26 UTC) Almost 2 years ago

re #12: Added bnd4sbt to project definition and made core module an OSGi bundle; looks good, but running in OSGi container fails because of Lift's OSGi support broken once again (sucks).

 
Show/hide line numbers
# use glob syntax.
syntax: glob
*.ser
*.class
*~
*.bak
*.off
*.old
.DS_Store

# logs
derby.log

# eclipse conf file
.settings
.classpath
.project
.manager

# sbt
target
lib_managed
src_managed
boot

# building
target
null
tmp*
dist
test-output
.scala_dependencies

# other scm
.svn
.CVS
.hg*

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


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

# H2
*.db

# OSGi
runner