commit | 25035b8898367bc25a3b5ace7ad08728de7476c6 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Jun 16 16:35:58 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Jun 16 17:25:41 2022 -0500 |
tree | 73d2a6d8ecce7eac8638d1dcbbf18d44be20e23e | |
parent | bbc6ad487db52930b1aac1180ee7544be41bfb9f [diff] |
gitignore: minor fixup for symlink workflow It is convenient to have the subprojects source populated by symlinking to a common workspace so that cross-repository development can be done. The previous .gitignore caused 'untracked file' for each subproject symlink because it was a symlink instead of a directory. Modify the .gitignore to match what most other meson repositories have done. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I303effd3c8e7099aaade4a3ac1e81ac7f55cdec0
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.