mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
0c016e6667
Conflicts: test/test.vcxproj
45 lines
501 B
Plaintext
45 lines
501 B
Plaintext
.*
|
|
!/.gitignore
|
|
*.user
|
|
*.o
|
|
*.a
|
|
|
|
# VS stuff
|
|
ipch
|
|
.vs
|
|
*.opensdf
|
|
*.pdb
|
|
*.sdf
|
|
*.suo
|
|
*.v11.suo
|
|
*.v12.suo
|
|
*.vspscc
|
|
*.VC.db
|
|
*.VC.VC.opendb
|
|
|
|
Debug
|
|
Release
|
|
/ext_libs/Debug
|
|
/ext_libs/Release
|
|
/ext_libs/*.exp
|
|
/ext_libs/*.lib
|
|
/ext_libs/Getopt/Debug
|
|
/ext_libs/Getopt/Release
|
|
/fb2k/Debug
|
|
/fb2k/Release
|
|
/src/Debug
|
|
/src/Release
|
|
/cli/Debug
|
|
/cli/Release
|
|
/cli/*.exe
|
|
/winamp/Debug
|
|
/winamp/Release
|
|
/winamp/*.dll
|
|
/xmplay/Debug
|
|
/xmplay/Release
|
|
/xmplay/*.dll
|
|
/dependencies
|
|
|
|
/**/test.zip
|
|
/**/foo_input_vgmstream.fb2k-component
|