diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-05-31 09:54:50 +0900 |
---|---|---|
committer | Zheng Wenlong <wenlong_zheng@nexty-ele.com> | 2018-06-04 00:01:36 +0000 |
commit | b6d8274063b1b6f45996ce10f6fa17c284b2a07b (patch) | |
tree | b23e94c0aa1db4fa70c43fc4a51ccfe36bfa0a21 /.gitignore | |
parent | eac7433f794b6eca17521558dd4915b7593effc3 (diff) |
Add .gitignore to ignore build folder
Add .gitignore to ignore build foler
Change-Id: I7c08921fd645bb6018cc11b05be9c4b4ac04bd81
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..567609b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ |