1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00

Merge pull request #3 from prodaea/master

Add attributes for Flash/ActionScript
This commit is contained in:
Alexander Karatarakis 2012-09-29 15:51:53 -07:00
commit cb3713fdb6

View File

@ -0,0 +1,6 @@
# handle swf's and swc's as binaries #
## stackoverflow.com/questions/1529178/git-flash-builder-workflow-how-do-i-set-it-up-so-git-works-smoothly
*.swf -crlf -diff -merge
*.swc -crlf -diff -merge
*.fla -crlf -diff -merge