Skip to content

Commit 6cdbb7c

Browse files
committed
fixed .gitignore files for the tilemap examples
1 parent 13b8b39 commit 6cdbb7c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

examples/library_examples/graphx/tilemap/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ bin/
33
src/gfx/*.c
44
src/gfx/*.h
55
src/gfx/*.8xv
6+
src/tilemap/*.c
67
.DS_Store
78
convimg.yaml.lst

examples/library_examples/graphx/tilemap_appvar/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ bin/
33
src/gfx/*.c
44
src/gfx/*.h
55
src/gfx/*.8xv
6+
src/tilemap/*.c
67
.DS_Store
78
convimg.yaml.lst

examples/library_examples/graphx/tilemap_compressed/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ bin/
33
src/gfx/*.c
44
src/gfx/*.h
55
src/gfx/*.8xv
6+
src/tilemap/*.c
67
.DS_Store
78
convimg.yaml.lst

0 commit comments

Comments
 (0)