Created
May 17, 2013 11:35
-
-
Save aya-eiya/5598529 to your computer and use it in GitHub Desktop.
.gitattributesを作る際の参考情報を出力するコマンド ref: http://qiita.com/items/52cefef8231f11945a33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -type f | grep -v ".git/" | xargs -Ixx file -i -N xx | sed -e 's/.\+\([\/\.][^\/^\.]\+\+\):/\1/g' |sort -u > .gitattributes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment