shithub: opus

Download patch

ref: da3b5f779c77c86f92e06004633f94d4e027872a
parent: 446662287e602a75848c62898ed6b13a0bd84c1d
author: Chris Moeller <[email protected]>
date: Sun Jul 29 19:29:01 EDT 2012

Added MSVC output directories to gitignore.

--- a/.gitignore
+++ b/.gitignore
@@ -34,4 +34,19 @@
 *.vcxproj.user
 opus.sdf
 opus.suo
-version.h
\ No newline at end of file
+version.h
+celt/Debug
+celt/Release
+celt/x64
+silk/Debug
+silk/Release
+silk/x64
+silk/fixed/Debug
+silk/fixed/Release
+silk/fixed/x64
+silk/float/Debug
+silk/float/Release
+silk/float/x64
+src/Debug
+src/Release
+src/x64
\ No newline at end of file