Skip to content

Commit

Permalink
Use a subdirectory .gitignore for rust ignores
Browse files Browse the repository at this point in the history
---
Signed-off-by: Michael Ferguson <[email protected]>
  • Loading branch information
mppf committed Feb 5, 2024
1 parent 6980ca9 commit ca247c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ tags
.idea/
cmake-build-*/
.cache/
target/
Cargo.lock

# Top level ignores.
/BUILD_VERSION
Expand Down
3 changes: 3 additions & 0 deletions test/library/packages/Sort/performance/comparison/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Rust related ignores
target/
Cargo.lock

0 comments on commit ca247c8

Please sign in to comment.