Skip to content

Commit f1b6b20

Browse files
committed
Include SDCC working files
1 parent 531a8d8 commit f1b6b20

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66
*.lib
77
*.a
88

9+
# SDCC stuff
10+
*.lnk
11+
*.lst
12+
*.map
13+
*.mem
14+
*.rel
15+
*.rst
16+
*.sym
17+
*.asm
18+
19+
*/dep/
20+
*/lib/
21+
*/obj/
22+
923
# Shared objects (inc. Windows DLLs)
1024
*.dll
1125
*.so
@@ -16,3 +30,5 @@
1630
*.exe
1731
*.out
1832
*.app
33+
34+
**/.directory

0 commit comments

Comments
 (0)