feat: simplify paths and add them to gitignore
This commit is contained in:
parent
262859c085
commit
ba677196af
|
@ -0,0 +1,8 @@
|
|||
# This file may be used by build-ci.sh
|
||||
# and will have the sudo password in it,
|
||||
# if its used.
|
||||
.env
|
||||
|
||||
# build-ci directories
|
||||
target
|
||||
cache
|
|
@ -45,7 +45,7 @@
|
|||
SUDO_PASS=${SUDO_PASS}
|
||||
|
||||
# The cache directory
|
||||
MAKE_CACHE=${MAKE_CACHE:-$(pwd)/alc_make_cache}
|
||||
MAKE_CACHE=${MAKE_CACHE:-$(pwd)/cache}
|
||||
|
||||
# The output directory
|
||||
TARGET_DIR=${TARGET_DIR:-$(pwd)/target}
|
||||
|
|
Loading…
Reference in New Issue