1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-19 09:28:25 +00:00

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
View File
@@ -0,0 +1,13 @@
# general extra output
*.lst
*.lbl
*.map
# intermediate files
*.o
# executables
*.prg
*.xex
*.bin
*.com
*.cvt
*.lnx
+3
View File
@@ -0,0 +1,3 @@
dhgrshow
hgrshow
hgrtest
+1
View File
@@ -0,0 +1 @@
hello
+1
View File
@@ -0,0 +1 @@
hello
+4
View File
@@ -0,0 +1,4 @@
fire
hello
nachtm
plasma
+2
View File
@@ -0,0 +1,2 @@
bitmap.c
overlay-demores.h
+4
View File
@@ -0,0 +1,4 @@
test.h
test.s
vlir.h
vlir.s
+1
View File
@@ -0,0 +1 @@
hello
+1
View File
@@ -0,0 +1 @@
hello
+8
View File
@@ -0,0 +1,8 @@
# general extra output
*.lst
*.map
# executables
*.prg
*.xex
*.bin
*.com