diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ # Prerequisites *.d +# Build dir +build/ + # Object files obj/ *.o |
![]() |
index : dungeon.git | |
| An 8-bit dungeon crawler game made using the Raylib library and Tiled map editor. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 3 |
@@ -1,6 +1,9 @@ # Prerequisites *.d +# Build dir +build/ + # Object files obj/ *.o |