This file contains 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
# 以下は ~/.subversion/config に。 | |
# MakefileやLINGUALSを誤って公式ディレクトリにコミットしないように。 | |
global-ignores = .DS_Store Thumbs.db .git Makefile LINGUAS | |
# 以下は ~/.bash_profile に | |
# .git を誤って公式ディレクトリにコミットしないように | |
alias rsync="rsync -avz --exclude=\".svn\" --exclude=\".DS_Store\" --exclude=\".git\"" |