.p4ignore #3

  • //
  • guest/
  • perforce_software/
  • p4ruby/
  • main/
  • .p4ignore
  • View
  • Commits
  • Open Download .zip Download (307 B)
# Any JetBrains product typically creates this directory
.idea

# Typical temporary files
tmp

# This is a library, so do not check in the lockfile
Gemfile.lock

# Ignore the shared library that gets created by 'rake compile'
P4.bundle
P4.so
P4.dll

pkg/

# OS X Finder loves this file
.DS_Store

.rakeTasks
# Change User Description Committed
#3 16250 tjuricek Add common entries on OS X to ignore file
#2 14739 tjuricek Ensure the pkg directory doesn't get checked in by mistake.
#1 14720 tjuricek Add .p4ignore rules for p4ruby