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:
parent
d748d5bdcf
commit
a7847dcf7d
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
|||
/build
|
||||
/kcov_build
|
||||
/target
|
||||
.idea
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue