Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Moeller <kode54@gmail.com>2012-07-30 10:29:01 +0400
committerGregory Maxwell <greg@xiph.org>2012-07-30 10:34:40 +0400
commitda3b5f779c77c86f92e06004633f94d4e027872a (patch)
treea0f629c1dffd4f1389238bf75258d5ccf1a2ca55 /.gitignore
parent446662287e602a75848c62898ed6b13a0bd84c1d (diff)
Added MSVC output directories to gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 16 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d3fc1b8e..b79695a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,4 +34,19 @@ celt/dump_modes/dump_modes
*.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