Skip to content

Commit

Permalink
Unrolled build for rust-lang#126876
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#126876 - WaffleLapkin:unignoreconfigtoml, r=Mark-Simulacrum

Add `.ignore` file to make `config.toml` searchable in vscode

Based on this answer on [Stack Overflow](https://stackoverflow.com/a/72059075).
  • Loading branch information
rust-timer committed Jun 30, 2024
2 parents 2975a21 + 879d143 commit b9eb18a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Make vscode *not* count `config.toml` as ignored, so it is included in search
!/config.toml
1 change: 1 addition & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Files: compiler/*
.gitignore
.gitmodules
.mailmap
.ignore
Copyright: The Rust Project Developers (see https://thanks.rust-lang.org)
License: MIT or Apache-2.0

Expand Down

0 comments on commit b9eb18a

Please sign in to comment.