summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-03-19 23:02:21 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-03-19 23:02:21 (GMT)
commit7bfa4139adfb9175ade8787a425a3baedee7a748 (patch)
treecd9235736a2755658e7706a16aed7de89820f52b /.hgignore
parenta5d9facb144a937e56b484fb8f23ec68ada94598 (diff)
scripts: leave changelog in build dir, copy to install dir
Users tend to look for the build log in the current working directory, rather than in the toolchain's installation dir. While bundling the build log in the toolchain installation dir is nice for distribution and review, it can be easier to have the build log readily available in the working directory, as it is quicker to get to it. So, the build log stays in the working directory until the toolchain is completely and successfully built, and then a (compressed) copy is made. Reported-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 0053673..9df0819 100644
--- a/.hgignore
+++ b/.hgignore
@@ -18,7 +18,7 @@ config.gen/
# Temporaries
.*.swp
-log.*
+build.log
.config.old
# This is the place where toolchains are built