@peccul is peccu

(love peccu '(emacs lisp cat outdoor bicycle mac linux coffee))

git svnでsvnの無視対象ファイルをgit ignoreに取り込む

git svn show-ignoresvn側の無視対象が取得できる。

# .gitignoreを管理対象にしていたりコミットできるなら
git svn show-ignore > .gitignore
# .gitignoreを作りたくなければ
git svn show-ignore >> .git/info/exclude

参考

code.ttsoft.jp