p4v - How to ignore all target folders while reconciling in perforce? -


i want ignore target folders while reconciling offline work in perforce. have tried adding in .p4ignore file following statements-

  • target
  • **\target**.*
  • target**.*

and few other combinations none of them seems working.

what should in order ignore target folders , contents?

according command reference (https://www.perforce.com/perforce/r15.2/manuals/cmdref/p4ignore.html) syntax want is:

target/ 

example:

c:\test\local\dvcs>cat p4ignore.txt target/  c:\test\local\dvcs>p4 reconcile -n foo/... foo/... - no file(s) reconcile.  c:\test\local\dvcs>p4 reconcile -n -i foo/... //stream/main/foo/target/bar#1 - opened add 

Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -