diff options
Diffstat (limited to 'bin/common/gign')
-rwxr-xr-x | bin/common/gign | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/common/gign b/bin/common/gign new file mode 100755 index 0000000..e3ba12a --- /dev/null +++ b/bin/common/gign @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +git status --porcelain=v1 | grep "^??" | cut -d' ' -f2- | sed -r 's/^["](.*)["]$/\1/' >> .gitignore |