forked from vgmstream/vgmstream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
70 lines (62 loc) · 822 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.*
!/.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
/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
# 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__