Skip to content

Instantly share code, notes, and snippets.

@togakangaroo
Created November 6, 2013 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save togakangaroo/7342188 to your computer and use it in GitHub Desktop.
Save togakangaroo/7342188 to your computer and use it in GitHub Desktop.
.hgignore for .net
syntax: glob
# Ignore Visual Studiofiles
*.obj
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.lib
*.sbr
*.scc
[Bb]in
[Dd]ebug*/
[o]bj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
[Bb]uild[Ll]og.*
*.[Pp]ublish.xml
_ReSharper*/
.svn
log.log*
.sass-cache
*.received.*
packages/*
*.sublime-workspace
Temp/*
build/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment