gitignore keeps empty _build folder

This commit is contained in:
Santiago Lema 2025-09-28 20:22:12 -03:00
parent 81a7654fe7
commit dd033a7896
3 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
_build/*
!_build/.gitkeep
objects*/

View file

@ -7,7 +7,9 @@
# The name of the binary.
NAME = DumBer
TARGET_DIR = .
TARGET_DIR = "./_build"
# The type of binary, must be one of:
# APP: Application

0
_build/.gitkeep Normal file
View file