Created
August 30, 2011 00:19
-
-
Save erikbuild/1179772 to your computer and use it in GitHub Desktop.
hg visual studio 2010 gitignore
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
| # use glob syntax | |
| syntax: glob | |
| *.obj | |
| *.exe | |
| *.pdb | |
| *.user | |
| *.aps | |
| *.pch | |
| *.vspscc | |
| *_i.c | |
| *_p.c | |
| *.ncb | |
| *.suo | |
| *.tlb | |
| *.tlh | |
| *.bak | |
| *.cache | |
| *.ilk | |
| *.log | |
| *.lib | |
| *.sbr | |
| *.scc | |
| [Bb]in | |
| [Dd]ebug*/ | |
| obj/ | |
| [Rr]elease*/ | |
| _ReSharper*/ | |
| [Tt]est[Rr]esult* | |
| [Bb]uild[Ll]og.* | |
| *.[Pp]ublish.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment