Skip to content

Commit

Permalink
Totally paranoia.
Browse files Browse the repository at this point in the history
  • Loading branch information
sporkmonger committed Nov 19, 2012
1 parent 6ac2952 commit 4a72c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ list = FileList[
'lib/**/*', 'spec/**/*', 'vendor/**/*',
'tasks/**/*', 'website/**/*',
'[A-Z]*', 'Rakefile'
]
].exclude(/[_\.]git$/)
(open(".gitignore") { |file| file.read }).split("\n").each do |pattern|
list.exclude(pattern)
end
Expand Down

0 comments on commit 4a72c52

Please sign in to comment.