summaryrefslogtreecommitdiff
path: root/bin/common/gign
blob: ba6be301ca1e5a58da14471b599aa9f1631a38b7 (plain)
1
2
3
4
5
6
#!/usr/bin/env sh
git status --porcelain=v1 |
	grep "^??" |
	cut -d' ' -f2- |
	sed 's/^"\(.*\)"$/\1/' >> .gitignore
cat .gitignore | sort | tee .gitignore > /dev/null