Skip to content

Instantly share code, notes, and snippets.

@clupasq
Created June 30, 2013 19:06
Show Gist options
  • Save clupasq/5896432 to your computer and use it in GitHub Desktop.
Save clupasq/5896432 to your computer and use it in GitHub Desktop.
basic .hgignore file
# use glob syntax
syntax: glob
*.obj
*.pdb
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_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
*.resharper
*.ncrunchsolution*
packages\*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment