3

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

Thanks

Community
  • 1
  • 1
Daniel
  • 1,357
  • 2
  • 19
  • 39

1 Answers1

4

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.

Joey
  • 344,408
  • 85
  • 689
  • 683