Add .gitignore files

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
This commit is contained in:
Vegard Nossum
2009-06-11 07:40:13 +02:00
parent 94fad97aed
commit 660f5daac3
5 changed files with 15 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
*.o
# indent backup files
*~

5
src/asm/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
# executable
rgbasm
asmy.h
asmy.y

2
src/lib/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# executable
xlib

2
src/link/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# executable
xlink

2
src/rgbfix/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# executable
rgbfix