about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-10-13 21:55:15 +0900
committerGitHub <noreply@github.com>2021-10-13 21:55:15 +0900
commit7948883754341f3b5917ac549c190082a69347c2 (patch)
tree058708ba6bf92049f3d57f91fda4b7b11af23f47 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent06e4aee220d75604948ac89a851ff824d69176e7 (diff)
parente5cfe844c9d5c2e1e21cf97afd5f1ecbb99abc46 (diff)
downloadrust-7948883754341f3b5917ac549c190082a69347c2.tar.gz
rust-7948883754341f3b5917ac549c190082a69347c2.zip
Rollup merge of #89816 - Canop:master, r=Mark-Simulacrum
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`.

Reference on git ignoring rules format: https://git-scm.com/docs/gitignore
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions