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

22 lines
201 B
Text
Raw Normal View History

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