.gitignore: Add build directory
This directory contains the source code for crates that we pull in and should be excluded. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
b3e4111e1d
commit
8ba37a98a7
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/build
|
||||
/target
|
||||
**/*.rs.bk
|
||||
**/Cargo.lock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue