git status --porcelain --ignored | grep -E '^(\?\?|!!)' | cut -c4- | cat >.gitignore
元ネタ: http://stackoverflow.com/questions/11542687/git-how-to-ignore-all-present-untracked-files
Go to list of users who liked
More than 5 years have passed since last update.
git status --porcelain --ignored | grep -E '^(\?\?|!!)' | cut -c4- | cat >.gitignore
元ネタ: http://stackoverflow.com/questions/11542687/git-how-to-ignore-all-present-untracked-files
Register as a new user and use Qiita more conveniently
Go to list of users who liked