diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-11-27 10:21:22 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-11-30 11:53:57 +0900 |
commit | 055361f3139dc0d028a5df06114941ea9c32c805 (patch) | |
tree | 550d877b051d04b053a6488a59335888e63e1c29 /.gitignore | |
parent | 664e9c0d49d30d5c02c4aee928d2b197fa40e47c (diff) |
update builder script and how-to-use-docs
Change-Id: Ia65ebe61c174dc4129d32148d71505c2a2caf480
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1377554eb..c23a0d69f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ *.swp +/build/ +/output/ +/releng/ |