Skip to content

Commit b50ed1a

Browse files
committedMar 22, 2014
A new README and gitignore.
1 parent d9b3906 commit b50ed1a

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed
 

‎.gitignore

+2-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
# Object files
22
*.o
3-
*.ko
43

54
# Libraries
6-
*.lib
75
*.a
86

9-
# Shared objects (inc. Windows DLLs)
10-
*.dll
11-
*.so
12-
*.so.*
13-
*.dylib
7+
# Output
8+
*.nes
149

15-
# Executables
16-
*.exe
17-
*.out
18-
*.app

‎README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
nesgame-001
22
===========
33

4-
A NES/Famicom game
4+
A NES/Famicom game.
5+
6+
Well, *at some point* it will be a NES/Famicom game, but it will likely be renamed to something more descriptive of that game. Meanwhile, it's more of a NES dev test repo.
7+

0 commit comments

Comments
 (0)
Please sign in to comment.