1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/.gitignore

21 lines
196 B
Text
Raw Normal View History

2011-03-21 14:23:20 -04:00
*~
2010-10-29 21:11:27 -04:00
*.gem
*.rbc
2009-05-18 03:13:06 -04:00
*.sw?
.rvmrc
2010-10-29 21:11:27 -04:00
.bundle
2009-05-18 03:13:06 -04:00
.DS_Store
.idea
2012-02-27 16:16:06 -05:00
bin/*
!bin/fog
!bin/rdoc
2009-05-18 03:13:06 -04:00
coverage
2010-10-29 21:11:27 -04:00
doc/*
docs/_site/*
docs/about/supported_services.markdown
2011-03-21 14:23:20 -04:00
Gemfile.lock
2009-05-18 03:13:06 -04:00
rdoc
pkg
spec/credentials.yml
2012-02-27 16:16:06 -05:00
vendor/*