Skip to content

Commit

Permalink
Add cmake build directory to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
zlstringham committed Mar 31, 2022
1 parent aaf533a commit ab54a3e
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/

# CMake build directory
/build/

# 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 ab54a3e

Please sign in to comment.