Skip to content

Commit

Permalink
Added 0.2.6 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
timperrett committed Apr 18, 2011
1 parent 08bbc30 commit b450231
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .gitignore
@@ -0,0 +1,47 @@
# use glob syntax.
syntax: glob
*.ser
*.class
*~
*.bak
*.off
*.old
.DS_Store
*.jar

# logs
derby.log

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

# building
target
build
null
tmp*
dist
test-output

# other scm
.svn
.CVS
.hg*

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

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

# Pax Runner (for easy OSGi launching)
runner

*.lock

0 comments on commit b450231

Please sign in to comment.