Created
March 8, 2020 05:13
-
-
Save mengjiann/6346d0a00d01839b4b7988ee3e5ec03a to your computer and use it in GitHub Desktop.
SVN Command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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