summaryrefslogtreecommitdiff
path: root/.hgignore
AgeCommit message (Collapse)AuthorFilesLines
2011-03-19scripts: leave changelog in build dir, copy to install dirYann E. MORIN"1-1/+1
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>
2010-10-05misc: update ignored filesYann E. MORIN"1-6/+8
The place where toolchains were built has moved from targets/ to .build/ We still ignore the old target/ dir, as users may have samples that still use that location. Also, reorder the ignore paterns. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2009-06-17Add .hgignore file.Yann E. MORIN"1-0/+25
List all generated or temp files in .hgignore, so they don't clutter the screen when running hg status.