I am new to source control.
I don't recall seeing these TLOG files before today. Here is what my repository now looks like in Team Explorer:
And TortoiseGit:
Do I need these as part of my repository tracking?
I am new to source control.
I don't recall seeing these TLOG files before today. Here is what my repository now looks like in Team Explorer:
And TortoiseGit:
Do I need these as part of my repository tracking?
That are logs from Visual C++ compiler that should be never part of source control. Exclude them in git via .gitignore: