Commit 3b9e9ae8 authored by Thomas Heller's avatar Thomas Heller

Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln.

Tools/scripts/svneol.py: added the .sln and .vcproj extensions because these are text files.
Ran svneol.py over the source tree.
parent a16bb0c1
......@@ -65,7 +65,7 @@ def proplist(root, fn):
f.close()
return result
possible_text_file = re.compile(r"\.([hc]|py|txt)$").search
possible_text_file = re.compile(r"\.([hc]|py|txt|sln|vcproj)$").search
for root, dirs, files in os.walk('.'):
if '.svn' in dirs:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment