Skip to content

Commit

Permalink
Merge pull request #327 from cdunn2001/more-gitattributes
Browse files Browse the repository at this point in the history
More gitattributes
  • Loading branch information
cdunn2001 committed Aug 9, 2015
2 parents 9f7dbcb + 7f4be39 commit 585446e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
* text=auto
*.h text
*.cpp text
*.json text
*.in text
*.sh eol=lf
*.bat eol=crlf
*.vcproj eol=crlf
*.vcxproj eol=crlf
*.sln eol=crlf
devtools/agent_vm* eol=crlf
10 changes: 5 additions & 5 deletions devtools/agent_vmw7.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"Visual Studio 10 Win64",
"Visual Studio 11",
"Visual Studio 11 Win64"
]
]
},
{"generator": ["MinGW Makefiles"],
{"generator": ["MinGW Makefiles"],
"env_prepend": [{"path": "c:/wut/prg/MinGW/bin"}]
}
]
]
},
{"name": "shared_dll",
"variables": [
Expand All @@ -25,8 +25,8 @@
},
{"name": "build_type",
"build_types": [
"debug",
"release"
"debug",
"release"
]
}
]
Expand Down
8 changes: 4 additions & 4 deletions devtools/agent_vmxp.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"Visual Studio 6",
"Visual Studio 7",
"Visual Studio 8 2005"
]
]
}
]
]
},
{"name": "shared_dll",
"variables": [
Expand All @@ -18,8 +18,8 @@
},
{"name": "build_type",
"build_types": [
"debug",
"release"
"debug",
"release"
]
}
]
Expand Down

0 comments on commit 585446e

Please sign in to comment.