Skip to content

Instantly share code, notes, and snippets.

@mengjiann
Created March 8, 2020 05:13
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 mengjiann/6346d0a00d01839b4b7988ee3e5ec03a to your computer and use it in GitHub Desktop.
Save mengjiann/6346d0a00d01839b4b7988ee3e5ec03a to your computer and use it in GitHub Desktop.
SVN Command
# Set recursive in file
svn propset svn:ignore -F svnignore .
# Remove all svnignore command recursively
svn propdel svn:ignore -R .
# Set global ignore in $HOME/.subversion/config
[miscellany]
global-ignores = *.o *.so *.so.[0-9]* .DS_Store [Tt]humbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment