feat: simplify paths and add them to gitignore

This commit is contained in:
blek 2023-09-16 12:07:55 +10:00
parent 262859c085
commit ba677196af
Signed by: blek
GPG Key ID: 14546221E3595D0C
2 changed files with 9 additions and 1 deletions

8
.gitignore vendored Normal file
View File

@ -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

View File

@ -45,7 +45,7 @@
SUDO_PASS=${SUDO_PASS} SUDO_PASS=${SUDO_PASS}
# The cache directory # The cache directory
MAKE_CACHE=${MAKE_CACHE:-$(pwd)/alc_make_cache} MAKE_CACHE=${MAKE_CACHE:-$(pwd)/cache}
# The output directory # The output directory
TARGET_DIR=${TARGET_DIR:-$(pwd)/target} TARGET_DIR=${TARGET_DIR:-$(pwd)/target}