2011-06-10から1日間の記事一覧

空のディレクトリに.emptyを追加する

git

% find . -type d -empty -not -path './.git*' -exec touch {}\/.empty \;.gitignore % find . -type d -empty -not -path './.git*' -exec touch {}\/.gitignore \;