Skip to content

Instantly share code, notes, and snippets.

@tjrobinson
Created January 2, 2013 11:16
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 tjrobinson/4433898 to your computer and use it in GitHub Desktop.
Save tjrobinson/4433898 to your computer and use it in GitHub Desktop.
Subversion global ignores
### Set global-ignores to a set of whitespace-delimited globs
### which Subversion will ignore in its 'status' output, and
### while importing or adding files and directories.
global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store *.dat bin Bin obj Obj *.user *.suo *.sln.cache *.xap licences.licx licenses.licx _ReSharper.* *.resharper* *.g.cs ~$* StyleCop.Cache *.DotSettings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment