vgmstream/.gitignore

71 lines
822 B
Plaintext
Raw Normal View History

.*
!/.gitignore
!.gitattributes
2022-02-15 03:17:29 +01:00
!.github
2012-08-28 22:06:59 +02:00
*.user
2016-11-11 23:38:18 +01:00
*.o
*.a
2017-05-01 17:22:36 +02:00
2021-10-08 22:21:42 +02:00
# gcc (-MMD -save-temps)
*.d
*.i
*.s
2017-05-01 17:22:36 +02:00
# VS stuff
ipch
.vs
*.opensdf
*.pdb
*.sdf
*.suo
*.v11.suo
*.v12.suo
*.vspscc
2017-01-03 13:35:35 +01:00
*.VC.db
*.VC.VC.opendb
2017-05-01 17:22:36 +02:00
/build-msvc
2023-02-09 00:02:23 +01:00
**/Debug
**/Release
**/Debug FB2K
**/Release FB2K
/ext_libs/**/*.exp
/ext_libs/**/*.lib
/cli/*.exe
2016-11-11 23:38:18 +01:00
/winamp/*.dll
2017-05-01 17:22:36 +02:00
/xmplay/*.dll
/msvc-build.config.ps1
/msvc-build.log
# for test batchs, note that already tracked files are never ignored
/msvc-build-*.bat
2021-10-08 22:21:42 +02:00
# vscode
.vscode
# build
/version_auto.h
/dependencies
2024-08-10 23:43:41 +02:00
/bin
/tmp
/**/vgmstream-win.zip
/**/foo_input_vgmstream.fb2k-component
# cmake stuff
/build
/embuild
2021-08-25 17:50:20 +02:00
/cmake-build*
CMakeCache.txt
CMakeFiles
/lib
/cli/vgmstream_cli
/cli/vgmstream123
/audacious/vgmstream.so
/audacious/Makefile
cmake_install.cmake
2024-08-10 23:43:41 +02:00
# doc stuff
2023-01-29 23:00:29 +01:00
changelog.txt
formats-info.md
2024-08-10 23:43:41 +02:00
__pycache__