diff options
| author | Canop <cano.petrole@gmail.com> | 2021-10-12 15:09:28 +0200 |
|---|---|---|
| committer | Canop <cano.petrole@gmail.com> | 2021-10-12 15:09:28 +0200 |
| commit | e5cfe844c9d5c2e1e21cf97afd5f1ecbb99abc46 (patch) | |
| tree | f5b1b36a37b39b0c6d2a2663db9bf4e3f02b0ca6 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp | |
| parent | 9475e609b8458fff9e444934a6017d2e590642cf (diff) | |
| download | rust-e5cfe844c9d5c2e1e21cf97afd5f1ecbb99abc46.tar.gz rust-e5cfe844c9d5c2e1e21cf97afd5f1ecbb99abc46.zip | |
Fix invalid rules in .gitignore
`**node_modules` in a .gitignore is the same than `*node_modules` or `*****node_modules`. It matches every file whose name ends with `node_modules`, including `not_node_modules`. The intent here was obviously to have `**/node_modules` which is the same than just `node_modules`.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
