.*
!/.gitignore
!.gitattributes
!.github
*.user
*.o
*.a

# gcc (-MMD -save-temps)
*.d
*.i
*.s

# VS stuff
ipch
.vs
*.opensdf
*.pdb
*.sdf
*.suo
*.v11.suo
*.v12.suo
*.vspscc
*.VC.db
*.VC.VC.opendb

/build-msvc
**/Debug
**/Release
**/Debug FB2K
**/Release FB2K
/ext_libs/**/*.exp
/ext_libs/**/*.lib
/cli/*.exe
/cli/vgmstream-cli
/cli/vgmstream123
/winamp/*.dll
/xmplay/*.dll

/msvc-build.config.ps1
/msvc-build*.log
# for test batchs, note that already tracked files are never ignored
/msvc-build-*.bat

# vscode
.vscode

# build
/version_auto.h
/dependencies
/bin
/tmp
/**/vgmstream-win.zip
/**/foo_input_vgmstream.fb2k-component

# autotools
stamp-h1
*.cache
*.autotools
*.am
*.in
*.m4
*.lo
*.la
AUTHORS
compile
config.*
configure
ChangeLog
INSTALL
install-sh
ltmain.sh
depcomp
libtool
missing
NEWS
README

# cmake stuff
/build
/embuild
/cmake-build*
CMakeCache.txt
CMakeFiles
/lib
/cli/vgmstream_cli
/cli/vgmstream123
/audacious/vgmstream.so
/audacious/Makefile
cmake_install.cmake

# doc stuff
changelog.txt
formats-info.md
__pycache__
