.p4ignore #1

  • //
  • guest/
  • doug_scheirer/
  • helix-web-services/
  • main/
  • source/
  • helix_web_services/
  • mock_raymond/
  • .p4ignore
  • View
  • Commits
  • Open Download .zip Download (853 B)
# 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

# Temporary output of the yardoc (Ruby documentation) tasks
.yardoc
doc-output

# Oh, thank you Apple
.DS_Store

.vagrant

# 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

log
tmp
.bundle
.ruby-version
# Change User Description Committed
#1 15855 Doug Scheirer something to ignore