Skip to content

Commit 6b88fa3

Browse files
committed
update .gitignore
to ignore build artifacts
1 parent 1bd9141 commit 6b88fa3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.gitignore

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
.DS_Store
22
/.vscode/*
3-
/Client/Atari/Bin/*
4-
/serverEC/*
3+
/serverEC/*
4+
Graphics.*
5+
/Client/Atari/bin/*.asm
6+
Client/Atari/bin/*.o
7+
Client/Atari/bin/debug.*
8+
Client/Atari/bin/*.bas
9+
Client/Atari/bin/*.lst
10+
Client/Atari/bin/*.lbl
11+
Client/Atari/bin/*.lst

Client/Atari/bin/FujiLlama.xex

16.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)