Update .gitignore file

Ignore build, build_kcov and .idea directories under the root.

Signed-off-by: Liu Jiang <gerry@linux.alibaba.com>
This commit is contained in:
Liu Jiang 2021-02-19 19:11:17 +08:00 committed by Sergio Lopez
parent d748d5bdcf
commit a7847dcf7d

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
/build
/kcov_build
/target
.idea
**/*.rs.bk
Cargo.lock