Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Exclude generated header from git
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrm committed May 22, 2019
1 parent da1ff62 commit 5e174af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# will have compiled files and executables
/target/

# C headers generated by cbindgen
include/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
Expand Down

0 comments on commit 5e174af

Please sign in to comment.