-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (44 loc) · 773 Bytes
/
.gitignore
File metadata and controls
50 lines (44 loc) · 773 Bytes
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
*.sw[a-p]
*.o
*~
*.chr
/pently.nes
/pently.nsf
/pently.nsfe
/*.nes
/*.nsf
/*.nsfe
/obj/nes/*.s
/obj/nes/*.ftm.txt
/obj/nes/*.pently
/obj/nes/pentlybss.inc
/obj/nes/*-titles.inc
/zip.in
*.nes.deb
/map.txt
/nsfmap.txt
/nsfemap.txt
__pycache__/
*.pyc
/pently-*.zip
/docs/future/
/winbuild.bat
/sfxed/sfxed.nes
/sfxed/map.txt
/sfxed/obj/nes/*.s
/sfxed/obj/nes/*.ch1
# Dependencies copied automatically from the master copy of Pently
/sfxed/src/pently.inc
/sfxed/src/pentlysound.s
/sfxed/tools/pilbmp2nes.py
/sfxed/tools/pentlyas.py
# ambivalent about whether to use obj folder with ASM6
/asm6/pently-asm6.nes
/asm6/pently-asm6.asm
/asm6/pently-asm6.inc
/asm6/pentlybss.inc
/asm6/asm6shell.lst
/asm6/musicseq.asm
/asm6/*.mlb
# this is NES homebrew, not DSiWare
*.DS_Store