2016-11-26 13:32:19 +01:00
|
|
|
.*
|
|
|
|
!/.gitignore
|
2019-01-10 09:15:12 +01:00
|
|
|
!.gitattributes
|
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
|
|
|
|
|
|
|
# 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
|
|
|
|
2017-01-03 13:35:35 +01:00
|
|
|
Debug
|
|
|
|
Release
|
2012-08-28 22:06:59 +02:00
|
|
|
/ext_libs/Debug
|
|
|
|
/ext_libs/Release
|
2012-08-30 14:59:25 +02:00
|
|
|
/ext_libs/*.exp
|
|
|
|
/ext_libs/*.lib
|
2021-01-23 16:44:16 +01:00
|
|
|
/ext_libs/libspeex/Debug
|
|
|
|
/ext_libs/libspeex/Release
|
|
|
|
/ext_libs/libspeex/*.exp
|
|
|
|
/ext_libs/libspeex/*.lib
|
2015-05-20 08:36:25 +02:00
|
|
|
/ext_libs/Getopt/Debug
|
|
|
|
/ext_libs/Getopt/Release
|
2012-08-28 22:06:59 +02:00
|
|
|
/fb2k/Debug
|
|
|
|
/fb2k/Release
|
|
|
|
/src/Debug
|
2015-05-20 08:36:25 +02:00
|
|
|
/src/Release
|
2018-01-19 00:39:04 +01:00
|
|
|
/cli/Debug
|
|
|
|
/cli/Release
|
|
|
|
/cli/*.exe
|
2017-01-03 13:35:35 +01:00
|
|
|
/winamp/Debug
|
|
|
|
/winamp/Release
|
2016-11-11 23:38:18 +01:00
|
|
|
/winamp/*.dll
|
2017-05-01 17:22:36 +02:00
|
|
|
/xmplay/Debug
|
|
|
|
/xmplay/Release
|
|
|
|
/xmplay/*.dll
|
2018-01-20 03:55:39 +01:00
|
|
|
/dependencies
|
2021-08-10 23:51:48 +02:00
|
|
|
/version_auto.h
|
2021-08-13 23:52:26 +02:00
|
|
|
|
2021-08-08 13:31:11 +02:00
|
|
|
/msvc-build.config.ps1
|
2021-08-13 22:35:14 +02:00
|
|
|
/msvc-build.log
|
2021-08-13 23:52:26 +02:00
|
|
|
# for test batchs, note that already tracked files are never ignored
|
|
|
|
/msvc-build-*.bat
|
2018-01-20 03:55:39 +01:00
|
|
|
|
2021-08-13 23:52:26 +02:00
|
|
|
/bin/**/*
|
|
|
|
/tmp/**/*
|
2021-01-24 21:28:38 +01:00
|
|
|
/**/vgmstream-win.zip
|
2018-01-20 03:55:39 +01:00
|
|
|
/**/foo_input_vgmstream.fb2k-component
|
2020-09-29 04:10:23 +02:00
|
|
|
|
2021-08-13 23:52:26 +02:00
|
|
|
# cmake stuff
|
2020-09-29 04:10:23 +02:00
|
|
|
/build
|
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
|