summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2015-07-30 19:25:11 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-01 11:27:52 +0100
commitf169733738587e5665b350f8a181b3145776e317 (patch)
tree5d6153bd877b5f45eed8a517cf1fa730c48c48ec /.gitignore
parent73f14975c53448789d6c418c0f560b9e20dcb8ae (diff)
downloadpoky-f169733738587e5665b350f8a181b3145776e317.tar.gz
bitbake: toaster tests: gitignore and use absolute path for log file
gitignore the cache directory created by the http client the log file for tests is already set up as an absolute path, so no need to recompute the path (Bitbake rev: 80f525e5cbe83e0407ecddf84401d68213c6d5cf) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 86eb2e5d77..42358310bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,6 @@ documentation/user-manual/user-manual.html
21documentation/user-manual/user-manual.pdf 21documentation/user-manual/user-manual.pdf
22documentation/user-manual/user-manual.tgz 22documentation/user-manual/user-manual.tgz
23pull-*/ 23pull-*/
24bitbake/lib/toaster/contrib/tts/backlog.txt
25bitbake/lib/toaster/contrib/tts/log/*
26bitbake/lib/toaster/contrib/tts/.cache/* \ No newline at end of file