What does this "ignored" sign means at my Analyzer?

Martin Han 26 Reputation points
2022-09-27T13:49:46.103+00:00

245120-image.png

This is highly relative to an issue I posted in the developer community, for detail, see: https://developercommunity.visualstudio.com/t/Generated-C-files-appears-inconsistantl/10089762?entry=myfeedback&ref=native&refTime=1664286038192&refUserId=16638057-0bcc-4083-8ab1-d629876aab24
also see my comment posted at Sep 27, 2022 in that page

Developer technologies | Visual Studio | Other
{count} vote

Accepted answer
  1. Tianyu Sun-MSFT 34,501 Reputation points Microsoft External Staff
    2022-09-28T06:34:06.667+00:00

    Hi @Martin Han ,

    Welcome to Microsoft Q&A forum.

    This "ignored" sign means ignored. It’s related to version control. It indicates that an item is not under version control because it has been explicitly excluded from version control. For example, if you set some rules in .gitignore file, then this icon will appear in VS Solution Explorer for the related items.

    Best Regards,
    Tianyu

    • If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

1 additional answer

Sort by: Most helpful
  1. Gourd, Kristopher 0 Reputation points
    2025-07-30T17:15:00.4866667+00:00

    If the above does not solve this. Right click on the file in Solution Explorer and select Git then Add file to source control.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.