Skip to content

Commit

Permalink
Ignore generated bindings.rs file
Browse files Browse the repository at this point in the history
  • Loading branch information
djellemah committed Jun 9, 2024
1 parent 6596a00 commit 91500eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/target/**
pbrk
**/src/bindings.rs
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#![feature(btree_cursors)]
#![feature(iter_intersperse)]

// generated by cargo component build
mod bindings;
mod tree;

Expand Down

0 comments on commit 91500eb

Please sign in to comment.