1
0
mirror of https://github.com/github/gitignore synced 2025-02-18 16:39:08 +01:00

Added some .gitignore settings for ignoring user-specific files in Visual Studio, which are typically not included in git repos for C#

This commit is contained in:
Aaron Stannard 2011-12-27 20:40:12 -08:00
parent 85d179675a
commit a678f189ce

View File

@ -2,5 +2,10 @@
bin bin
obj obj
#User-specific settings for Visual Studio
*.suo
*.user
*.cache
# mstest test results # mstest test results
TestResults TestResults