Skip to content

Instantly share code, notes, and snippets.

@fabiomaulo
Created May 1, 2010 14:21
Show Gist options
  • Save fabiomaulo/386361 to your computer and use it in GitHub Desktop.
Save fabiomaulo/386361 to your computer and use it in GitHub Desktop.
# Ignore file for Visual Studio 2010
# use glob syntax
syntax: glob
# Ignore Visual Studio 2010 files
*.obj
*.exe
*.pdb
*.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*
_ReSharper*/
[Tt]est[Rr]esult*
[Bb]uild[Ll]og.*
*.[Pp]ublish.xml
@fabiomaulo
Copy link
Author

Mercurial .hgignore to work with VisualStudio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment