Skip to content

Instantly share code, notes, and snippets.

@aya-eiya
Created May 17, 2013 11:35
Show Gist options
  • Save aya-eiya/5598529 to your computer and use it in GitHub Desktop.
Save aya-eiya/5598529 to your computer and use it in GitHub Desktop.
.gitattributesを作る際の参考情報を出力するコマンド ref: http://qiita.com/items/52cefef8231f11945a33
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