forked from cheng/wallet
Ignoring build products in submodule, saner and safer gitattributes in primary project.
This commit is contained in:
parent
969b0e1ac3
commit
5bcf29c1d8
45
.gitattributes
vendored
45
.gitattributes
vendored
@ -38,37 +38,22 @@ Makefile text eol=lf encoding=utf-8
|
|||||||
|
|
||||||
# Force binary files to be binary
|
# Force binary files to be binary
|
||||||
|
|
||||||
###############################################################################
|
*.webp binary
|
||||||
# Set default behavior for command prompt diff.
|
*.gif binary
|
||||||
#
|
*.jpg binary
|
||||||
# This is need for earlier builds of msysgit that does not have it on by
|
*.png binary
|
||||||
# default for csharp files.
|
*.pdf binary
|
||||||
# Note: This is only used by command line
|
*.doc binary
|
||||||
###############################################################################
|
*.DOC binary
|
||||||
#*.cs diff=csharp
|
*.docx binary
|
||||||
|
*.DOCX binary
|
||||||
|
*.dot binary
|
||||||
|
*.DOT binary
|
||||||
|
*.PDF binary
|
||||||
|
*.rtf binary
|
||||||
|
*.RTF binary
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
# Set the merge driver for project and solution files
|
|
||||||
#
|
|
||||||
# Merging from the command prompt will add diff markers to the files if there
|
|
||||||
# are conflicts (Merging from VS is not affected by the settings below, in VS
|
|
||||||
# the diff markers are never inserted). Diff markers may cause the following
|
|
||||||
# file extensions to fail to load in VS. An alternative would be to treat
|
|
||||||
# these files as binary and thus will always conflict and require user
|
|
||||||
# intervention with every merge. To do so, just uncomment the entries below
|
|
||||||
###############################################################################
|
|
||||||
#*.sln merge=binary
|
|
||||||
#*.csproj merge=binary
|
|
||||||
#*.vbproj merge=binary
|
|
||||||
#*.vcxproj merge=binary
|
|
||||||
#*.vcproj merge=binary
|
|
||||||
#*.dbproj merge=binary
|
|
||||||
#*.fsproj merge=binary
|
|
||||||
#*.lsproj merge=binary
|
|
||||||
#*.wixproj merge=binary
|
|
||||||
#*.modelproj merge=binary
|
|
||||||
#*.sqlproj merge=binary
|
|
||||||
#*.wwaproj merge=binary
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# diff behavior for common document formats
|
# diff behavior for common document formats
|
||||||
#
|
#
|
||||||
|
2
mpir
2
mpir
@ -1 +1 @@
|
|||||||
Subproject commit 230d8bee7bcad4c36a380a14e5bd19fb8071f18d
|
Subproject commit c7f9435392ede4c7f2c887a44d7a9ca7d724f4dc
|
Loading…
Reference in New Issue
Block a user