They seem not to be included in the standard .gitignore cited in a different Stackoverflow post. I am using mainly C#

Thanks

有帮助吗?

解决方案

Since those files usually reside in the $(IntDir) or $(OutDir) (i.e. obj/Debug or bin/Debug) they're already ignored because those folders are ignored.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top