将VS2010工程提交给Git管理时需要哪些文件:
*.h *.cpp *.sln *.vcxproj *.vcxproj.filters *.qrc以及Resources目录下的资源文件。
如果使用Git的过滤配置,则还需要.gitignore文件。
其他的诸如*.suo *.sdf *.opensdf *.vcxproj.user均可以过滤掉!
转载于:https://www.cnblogs.com/manongdashu/p/10413301.html
将VS2010工程提交给Git管理时需要哪些文件:
*.h *.cpp *.sln *.vcxproj *.vcxproj.filters *.qrc以及Resources目录下的资源文件。
如果使用Git的过滤配置,则还需要.gitignore文件。
其他的诸如*.suo *.sdf *.opensdf *.vcxproj.user均可以过滤掉!
转载于:https://www.cnblogs.com/manongdashu/p/10413301.html