I created a private branch in dynamic view and checked out a Eclipse .project
file.
I modified the .project
file along with other java classes.
Now I want to finish the private branch and merge all the java files.
But I don't want to merge the .project
file.
I can uncheckout the .project
file to proceed but I am wondering if there is a way to tell Clearcase to ignore the file (like svn and git ignoring files) and continue to finish the private branch.
Please let me how to ignore the .project
file as described above?