user593358
user593358

Reputation:

Should I add .vs10x to source control?

After installed VS10x Code Map I found it created .vs10x files for all my projects.

I opened these files in Notepad and found they contain nothing but the following text:

This file contains Alternate Data Streams, storing configuration information used by CodeSMART 10 and VS10X Extensions.

PLEASE DO NOT DELETE.

Should I add .vs10x to source control?

Thanks.

Upvotes: 6

Views: 390

Answers (1)

arcain
arcain

Reputation: 15270

Mercurial doesn't support alternate data streams, so you could check the file in, however I don't think you should since it is related to user-specific tool config information. Treat it like a .suo or .user file and ignore it.

Upvotes: 8

Related Questions