Skip to content
Snippets Groups Projects
Commit da3b5f77 authored by Chris Moeller's avatar Chris Moeller Committed by Gregory Maxwell
Browse files

Added MSVC output directories to gitignore.

parent 44666228
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment