6

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.

1 Answers1

8

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.

Community
  • 1
  • 1
arcain
  • 14,920
  • 6
  • 55
  • 75