add some strategic git ignores, should satisfy #2818

This commit is contained in:
mrdudz
2025-07-27 17:29:59 +02:00
parent 5197c56c7c
commit 6efe447d14
10 changed files with 38 additions and 0 deletions

13
samples/.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# general extra output
*.lst
*.lbl
*.map
# intermediate files
*.o
# executables
*.prg
*.xex
*.bin
*.com
*.cvt
*.lnx

3
samples/apple2/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
dhgrshow
hgrshow
hgrtest

1
samples/atari2600/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
hello

1
samples/atari5200/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
hello

4
samples/cbm/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
fire
hello
nachtm
plasma

2
samples/geos/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
bitmap.c
overlay-demores.h

4
samples/geos/grc/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
test.h
test.s
vlir.h
vlir.s

1
samples/supervision/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
hello

1
samples/tutorial/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
hello

8
targettest/.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# general extra output
*.lst
*.map
# executables
*.prg
*.xex
*.bin
*.com