Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Updated .gitignore and added .document meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Dec 12, 2009
1 parent 0a03ef7 commit b9404ab
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .document
@@ -0,0 +1,5 @@
README.rdoc
lib/**/*.rb
bin/*
features/**/*.feature
LICENSE
42 changes: 23 additions & 19 deletions .gitignore
@@ -1,23 +1,27 @@
\.*
test_log
## MAC OS
.DS_Store

## TEXTMATE
*.tmproj
tmtags

## EMACS
*~
\#*
.\#*

## VIM
*.swp

## PROJECT::GENERAL
coverage
rdoc
pkg
pkg/*
*/pkg/*
bundle
bundle/*
tmp
doc
*.log
log
!log*.rb
*/log
log/*
*/log/*
coverage
*/coverage
.yardoc

## PROJECT::SPECIFIC

lib/dm-more.rb
*.db
nbproject
rspec_report.html
*.swp
_Yardoc
*/ri

0 comments on commit b9404ab

Please sign in to comment.