Perforce Ignore File

How do you setup the ignore file?

Build/
Intermediate/
DerivedDataCache/
FileOpenOrder/

*.pdb
obj/  
*-Debug.*
*.sln
*.VC.db

That’s my .p4ignore.txt file and it is in the root folder of the workspace L:\UE4Depot alongside my UE4 project:

ProjectFolder
.p4ignore.txt

I have done the command:

p4 set P4IGNORE = .p4ignore.txt#

You shall not add spaces around the equal:

p4 set P4IGNORE=.p4ignore.txt

oh ffsakes. i’ve been frustrated for about an hour trying to make this work. and i read your answer and I think… surely i’m not this dumb… but hey. i’m this dumb.

1 Like

hey @anonymous_user_ce8ce53d you can double check with the command
p4 ignores
In the same directory, with that you can be sure if that works properly.