You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be a .ini type config file (just like git's). It will always be read before any buildscript is invoked, and can be used to set up paths, aliases etc. Here's an example (adapted from git(1)):
#
# A '#' or ';' character indicates a comment.
#
; Source, script and target directories.
[core]
; Recommended defaults.
scriptdir = fix
targetdir = build
pathadd = bin
[alias]
all = ./all
clean = --clean
(Relative paths should be relative to the current working tree.)
The text was updated successfully, but these errors were encountered:
This should be a
.ini
type config file (just like git's). It will always be read before any buildscript is invoked, and can be used to set up paths, aliases etc. Here's an example (adapted from git(1)):(Relative paths should be relative to the current working tree.)
The text was updated successfully, but these errors were encountered: