gitignore keeps empty _build folder
This commit is contained in:
parent
81a7654fe7
commit
dd033a7896
3 changed files with 5 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1,3 @@
|
|||
_build/*
|
||||
!_build/.gitkeep
|
||||
objects*/
|
||||
|
|
4
Makefile
4
Makefile
|
@ -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
0
_build/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue