lvgl-rs/.gitignore

15 lines
379 B
Plaintext
Raw Normal View History

2020-04-10 13:00:21 +00:00
# Generated by Cargo
# will have compiled files and executables
/target/
# 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
# These are backup files generated by rustfmt
**/*.rs.bk
2020-04-10 17:12:10 +00:00
.idea/
2020-04-12 11:57:17 +00:00
examples/demo/target/
2020-04-12 18:43:42 +00:00
lvgl-sys/target/
2020-04-12 11:57:17 +00:00
lvgl/target/