add some strategic git ignores, should satisfy #2818
This commit is contained in:
13
samples/.gitignore
vendored
Normal file
13
samples/.gitignore
vendored
Normal 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
3
samples/apple2/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
dhgrshow
|
||||||
|
hgrshow
|
||||||
|
hgrtest
|
||||||
1
samples/atari2600/.gitignore
vendored
Normal file
1
samples/atari2600/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
hello
|
||||||
1
samples/atari5200/.gitignore
vendored
Normal file
1
samples/atari5200/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
hello
|
||||||
4
samples/cbm/.gitignore
vendored
Normal file
4
samples/cbm/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
fire
|
||||||
|
hello
|
||||||
|
nachtm
|
||||||
|
plasma
|
||||||
2
samples/geos/.gitignore
vendored
Normal file
2
samples/geos/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
bitmap.c
|
||||||
|
overlay-demores.h
|
||||||
4
samples/geos/grc/.gitignore
vendored
Normal file
4
samples/geos/grc/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
test.h
|
||||||
|
test.s
|
||||||
|
vlir.h
|
||||||
|
vlir.s
|
||||||
1
samples/supervision/.gitignore
vendored
Normal file
1
samples/supervision/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
hello
|
||||||
1
samples/tutorial/.gitignore
vendored
Normal file
1
samples/tutorial/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
hello
|
||||||
8
targettest/.gitignore
vendored
Normal file
8
targettest/.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# general extra output
|
||||||
|
*.lst
|
||||||
|
*.map
|
||||||
|
# executables
|
||||||
|
*.prg
|
||||||
|
*.xex
|
||||||
|
*.bin
|
||||||
|
*.com
|
||||||
Reference in New Issue
Block a user