I have a production build directory which often conflicts when merging branches. That's a separate issue. I need to find a problem in the commit history using Git bisect, but I get the following error:
Bisecting: a merge base must be tested
error: Untracked working tree file 'problem_directory/filename.ext' would be overwritten by merge.
Can I ignore problem_directory
during the bisect process?