Created
April 20, 2010 14:56
-
-
Save rwetzeler/372573 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ignore file for Visual Studio 2010 | |
# use glob syntax | |
syntax: glob | |
# Ignore Visual Studio 2010 files | |
*.obj | |
*.exe | |
*.user | |
*.aps | |
*.pch | |
*.vspscc | |
*_i.c | |
*_p.c | |
*.ncb | |
*.suo | |
*.tlb | |
*.tlh | |
*.bak | |
*.cache | |
*.ilk | |
*.log | |
*.lib | |
*.sbr | |
*.scc | |
[Bb]in | |
[Db]ebug*/ | |
obj/ | |
[Rr]elease*/ | |
_ReSharper*/ | |
[Tt]est[Rr]esult* | |
[Bb]uild[Ll]og.* | |
*.[Pp]ublish.xml | |
*logfiles* | |
#SharePoint Specifics | |
pkg/ | |
pkgobj/ | |
Package/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment