-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
.gitignore
74 lines (65 loc) · 1.13 KB
/
.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
71
72
73
74
# automatically generated with PVSNESLIB:
pvsneslib/docs/html
pvsneslib/lib
pvsneslib/source/libc_c.asm
pvsneslib/source/libm_c.asm
pvsneslib/pvsneslib_version.txt
pvsneslib/include/snes/libversion.h
# automatically generated from vscode
.vscode
# release folder to distribute binaries
release
# exclude binaries (specific to your OS)
devkitsnes/tools
devkitsnes/bin
# everything related to submodules
compiler/wla-dx
compiler/tcc-65816
# all binaries in tools folder
tools/bin2txt/bin2txt
tools/bin2txt/bin2txt.exe
tools/constify/constify
tools/constify/constify.exe
tools/gfx2snes/gfx2snes
tools/gfx2snes/gfx2snes.exe
tools/smconv/smconv
tools/smconv/smconv.exe
tools/snesbrr/snesbrr
tools/snesbrr/snesbrr.exe
tools/snestools/snestools
tools/snestools/snestools.exe
tools/tmx2snes/tmx2snes
tools/tmx2snes/tmx2snes.exe
tools/816-opt/816-opt
tools/816-opt/816-opt.exe
# tmx2snes files:
*.b16
*.o16
*.t16
*.m16
# all other type of files generated automatically
linkfile
*.o
*.a
*.d
*.obj
*.sfc
*.sym
*.pic
*.pal
*.map
*.pc7
*.mp7
*.bnk
*.til
*.clm
*.brr
*.asp
*.ps
soundbank.asm
soundbank.h
*.log
# debug files
*.dbg
# Mac OS cache files
.DS_Store