summaryrefslogtreecommitdiff
path: root/README-DEV
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-05-15 20:27:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-15 22:03:21 +0300
commit629d87ea160a8f0de1601f986549137341d7a27c (patch)
tree826a91a95d39ff0b568aac48d838c9d155ac2362 /README-DEV
parent5857b179283711cdfc80afb5048e22fd105449f3 (diff)
Release version 1.1.1+2v1.1.1
Minor buildfiles cleanup
Diffstat (limited to 'README-DEV')
-rw-r--r--README-DEV4
1 files changed, 3 insertions, 1 deletions
diff --git a/README-DEV b/README-DEV
index 186e461..27ce486 100644
--- a/README-DEV
+++ b/README-DEV
@@ -19,7 +19,9 @@ need to make sure that packages do not share upstream source files via
subdirectory symlinks, not to also share the related intermediate files. If
several packages need to compile the same upstream source file, then only one
of them can symlink it via the parent directory while others must symlink it
-directly.
+directly. We also add the `ignore = untracked` configuration option into
+.gitmodules to make sure that git ignores the intermediate build files under
+upstream/ subdirectory.
Normally, when packaging a project, we need to replace some auto-generated
headers with our own implementations and deduce compilation/linking options.