forked from zeldaret/tmc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
91 lines (84 loc) · 847 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# build artifacts
src/*.s
build/
cmake-build-*
*.elf
*.exe
*.gba
*.i
*.o
*.map
*.pcm
sound/**/*.bin
sound/songs/midi/*.s
translations/*.bin
# doxygen
docs/doxygen/html/
docs/doxygen/xml/
# tools
tools/agbcc
tools/binutils
# scripts
*.py
!tools/extract_include_enum.py
*.pl
# graphics
*.1bpp
*.4bpp
*.8bpp
*.fwjpnfont
*.sgm
*.sa1
*.sg1
*.gbapal
*.hwjpnfont
*.latfont
*.lz
# system files
*.DS_Store
# IDE
.vscode/settings.json
.vscode/c_cpp_properties.json
.vscode/tasks.json
*.code-workspace
.idea/
# misc
.fuse_hidden*
*.bak
*.bat
*.diff
*.dump
*.id0
*.id1
*.id2
*.idb
*.dmp
*.nam
*.rl
*.s.old
*.s.old2
*.sa*
*.swo
*.swp
*.til
*.ss1
*.ss2
*.ss3
*.ss4
*.ss5
*.ss6
*.ss7
*.ss8
*.ss9
Thumbs.db
tags
types_*.taghl
*.zip
!calcrom.pl
!sound/programmable_wave_samples/*.pcm
_Deparsed_XSubs.pm
*.sna
__pycache__
Info.plist
ctx.c
!doxygen_config.py