shithub: rgbds

Download patch

ref: 660f5daac34386db8a6fdfffbb65b26be4a602b0
parent: 94fad97aedcd8bd85c53a505db28390e3f82577b
author: Vegard Nossum <[email protected]>
date: Thu Jun 11 03:40:13 EDT 2009

Add .gitignore files

Signed-off-by: Vegard Nossum <[email protected]>

--- /dev/null
+++ b/.gitignore
@@ -1,0 +1,4 @@
+*.o
+
+# indent backup files
+*~
--- /dev/null
+++ b/src/asm/.gitignore
@@ -1,0 +1,5 @@
+# executable
+rgbasm
+
+asmy.h
+asmy.y
--- /dev/null
+++ b/src/lib/.gitignore
@@ -1,0 +1,2 @@
+# executable
+xlib
--- /dev/null
+++ b/src/link/.gitignore
@@ -1,0 +1,2 @@
+# executable
+xlink
--- /dev/null
+++ b/src/rgbfix/.gitignore
@@ -1,0 +1,2 @@
+# executable
+rgbfix