git and C++ workflow, how to handle object and archive files?

前端 未结 8 1921
鱼传尺愫
鱼传尺愫 2021-02-05 20:40

I use git to interface with an SVN repository. I have several git branches for the different projects I work on.

Now, whenever I switch from one branch to another using

8条回答
  •  自闭症患者
    2021-02-05 21:25

    This is not git or svn specific - you should have your compiler and other tools direct the output of intermediate files like .o files to directories that are not under version control.

提交回复
热议问题