Which Visual C++ file types should be committed to version control?

后端 未结 8 1010
我寻月下人不归
我寻月下人不归 2020-12-02 03:59

Which Visual Studio \\ Visual C++ file types should be committed to version control?
In my project I have the following file types:

aps
cpp
exe
filters
h         


        
8条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-02 04:09

    Contrary to what was stated in an earlier answer, I would like to point out that it appears to be important to version control the .opt file in order to keep track of user options. See reference below:

    https://msdn.microsoft.com/en-us/library/aa278994(v=vs.60).aspx

提交回复
热议问题