Skip to content

Commit 6896310

Browse files
committed
added checkpoing, docs dir and python.mk to .gitignore
1 parent a6fce87 commit 6896310

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
*.pyc
55
*~
66
.DS_Store
7+
.checkpoint/
78
build/
89
deps/
910
dist/
11+
docs/
1012
pynes.egg-info/
1113
pynes/examples/*.asm
1214
pynes/examples/*.chr
1315
pynes/examples/*.nes
16+
python.mk
1417
tools/
1518
venv/

0 commit comments

Comments
 (0)