Skip to content

Commit

Permalink
fix(hermes): Ignore the macro expanded bindings if generated for dev …
Browse files Browse the repository at this point in the history
…purposes
  • Loading branch information
stevenj committed May 8, 2024
1 parent 854718d commit e530606
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hermes/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
debug/
target/

# This file is only used for local development/debugging
bindings.rs

# 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 All @@ -12,4 +15,4 @@ Cargo.lock
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
*.pdb

0 comments on commit e530606

Please sign in to comment.