According to the version control icon documentation, it indicates files that have been excluded from version control, for example in the .gitingore file.

However, in my case with Visual Studio Community 2015 Update 2, those icons also show up when I create a new project. Even if none of the created files are explicitly ignored through .gitignore. The icons disappear once I’ve committed the changes.