Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b9eb18a

Browse files
authored
Unrolled build for rust-lang#126876
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).
2 parents 2975a21 + 879d143 commit b9eb18a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.ignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Make vscode *not* count `config.toml` as ignored, so it is included in search
2+
!/config.toml

.reuse/dep5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Files: compiler/*
3636
.gitignore
3737
.gitmodules
3838
.mailmap
39+
.ignore
3940
Copyright: The Rust Project Developers (see https://thanks.rust-lang.org)
4041
License: MIT or Apache-2.0
4142

0 commit comments

Comments
 (0)