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
Post a Comment