Skip to content

Instantly share code, notes, and snippets.

@angus65
Created December 19, 2013 22:52
Show Gist options
  • Save angus65/8047614 to your computer and use it in GitHub Desktop.
Save angus65/8047614 to your computer and use it in GitHub Desktop.
Svn Ignore pattern I use for tortoise svn
*.so *.so.[0-9]* *.o .lo .la ## ..rej .rej .~ ~ .# .DS_Store thumbs.db Thumbs.db *.bak *.class *.exe *.dll *.mine *.obj *.ncb *.lib *.log *.idb *.pdb *.ilk .msi .res *.pch *.suo *.exp .~ .~ ~. release Release debug Debug ignore Ignore bin Bin obj Obj *.csproj.user *.user _ReSharper.* ReSharper. *.resharper.user *.al .libs *.a *.pyc *.pyo *.rej *~ #*# .#* .*.swp *.cache *.pdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment