We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 741deff + 58d60fb commit 06a3eadCopy full SHA for 06a3ead
1 file changed
stella.gitignore
@@ -0,0 +1,12 @@
1
+# Atari 2600 (Stella) support for multiple assemblers
2
+# - DASM
3
+# - CC65
4
+
5
+# Assembled binaries and object directories
6
+obj/
7
+a.out
8
+*.bin
9
+*.a26
10
11
+# Add in special Atari 7800-based binaries for good measure
12
+*.a78
0 commit comments