about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-10-12 15:09:28 +0200
committerCanop <cano.petrole@gmail.com>2021-10-12 15:09:28 +0200
commite5cfe844c9d5c2e1e21cf97afd5f1ecbb99abc46 (patch)
treef5b1b36a37b39b0c6d2a2663db9bf4e3f02b0ca6 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent9475e609b8458fff9e444934a6017d2e590642cf (diff)
downloadrust-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