# Ignore RubyMine files .idea # Any directory named 'work' is typically used for downloaded p4d, and # p4droots setup by ruby utilities work # We'll use this as our default 'local bundler cache' which we use to actually # create packages that include all their very own gem dependencies. vendor/cache # The output of most build commands goes in pkg pkg # Temporary files created by the docbook generation stuff *.pyc # We use this output directory for specs so that Jenkins can collate the output spec-output # We almost never need this for all projects in Web Services, though it # very much should be generated by the installer projects. Gemfile.lock # Temporary output of the yardoc (Ruby documentation) tasks .yardoc # Oh, thank you Apple .DS_Store .vagrant # Ignore any package files that might have been put into the source directory perforce*.deb perforce*.changes # Working directories used by TestKitchen to generate Omnibus installers in VMs .kitchen # Need to make sure helper tools (like RubyMine) do not attempt to check this # in. .p4config # This is set once during the build process, and copied around, but not ever # checked in. perforce.rb # This is a file of versions of the different projects within web services along # with the configuration file, usable by the bash script. The version numbers # come from either the Ruby configuration, except for the changelist number, # which either comes from a p4 command or the environment. p4ws-versions.sh