You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to update from master, I got this error from git:
error: The following untracked working tree files would be overwritten by merge:
tools/build/makeMAGIC_INC_DEC.p6
tools/build/makeNATIVE_ARRAY.p6
tools/build/makeNATIVE_SHAPED_ARRAY.p6
tools/build/makeSLICE.p6
The Makefile target distclean should remove those files unless they are intended to be version controlled, or may .gitignore them.
The text was updated successfully, but these errors were encountered:
When I tried to update from master, I got this error from git:
error: The following untracked working tree files would be overwritten by merge:
tools/build/makeMAGIC_INC_DEC.p6
tools/build/makeNATIVE_ARRAY.p6
tools/build/makeNATIVE_SHAPED_ARRAY.p6
tools/build/makeSLICE.p6
The Makefile target distclean should remove those files unless they are intended to be version controlled, or may .gitignore them.
The text was updated successfully, but these errors were encountered: