<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Mon, Sep 23, 2013 at 12:14 PM, Derek Buitenhuis <span dir="ltr"><<a href="mailto:derek.buitenhuis@gmail.com" target="_blank">derek.buitenhuis@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It's very stupid to include an easily available binary in<br>
a version control system.<br></blockquote><div><br></div><div><br></div><div>This is one of the rules I am normally religious about; don't check in machine generated files.  But in this case I accepted these small executables for the premise it would be more likely the developers would cleanup their code before checking it in.</div>
<div><br></div><div>Now that code contributions are being forced through the mailing list, I think we can drop the binaries </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
Signed-off-by: Derek Buitenhuis <<a href="mailto:derek.buitenhuis@gmail.com">derek.buitenhuis@gmail.com</a>><br>
---<br>
 doc/uncrustify/drag-uncrustify.bat |   2 +-<br>
 doc/uncrustify/uncrustify.exe      | Bin 497664 -> 0 bytes<br>
 2 files changed, 1 insertion(+), 1 deletion(-)<br>
 delete mode 100644 doc/uncrustify/uncrustify.exe<br>
<br>
diff --git a/doc/uncrustify/drag-uncrustify.bat b/doc/uncrustify/drag-uncrustify.bat<br>
index b61f665..380beea 100644<br>
--- a/doc/uncrustify/drag-uncrustify.bat<br>
+++ b/doc/uncrustify/drag-uncrustify.bat<br>
@@ -4,7 +4,7 @@<br>
 ::  project's coding style to the file.  This will likely overwrite the<br>
 ::  original file, so use with care<br>
<br>
-%~dp0\uncrustify.exe -f "%1" -c %~dp0\codingstyle.cfg -o indentoutput.tmp<br>
+uncrustify.exe -f "%1" -c %~dp0\codingstyle.cfg -o indentoutput.tmp<br>
 move /Y indentoutput.tmp "%1"<br>
<br>
 pause<br>
diff --git a/doc/uncrustify/uncrustify.exe b/doc/uncrustify/uncrustify.exe<br>
deleted file mode 100644<br>
index 9e69152638010b35d438d768ee9ca1cfff940054..0000000000000000000000000000000000000000<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.8.4<br>
<br>
_______________________________________________<br>
x265-devel mailing list<br>
<a href="mailto:x265-devel@videolan.org">x265-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x265-devel" target="_blank">https://mailman.videolan.org/listinfo/x265-devel</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Steve Borho
</div></div>