]> git.proxmox.com Git - cargo.git/commit
chore: Don't show genned docs in ripgrep
authorEd Page <eopage@gmail.com>
Wed, 31 Aug 2022 21:11:36 +0000 (16:11 -0500)
committerEd Page <eopage@gmail.com>
Wed, 31 Aug 2022 21:13:32 +0000 (16:13 -0500)
commitffaf4b119e1717a9ffb821a0e8da67d4f53d9208
treeed7399bacdeb6b0825bcad9fcb88367c2352a751
parent4ed54cecce3ce9ab6ff058781f4c8a500ee6b8b5
chore: Don't show genned docs in ripgrep

The goal is to help new (and existing) users more quickly find the
appropriate files to edit (like in #11033).  The main downside is for
someone trying to find output to verify what it looks like, a simple
search won't turn up results but there are other ways around that
(`--no-ignore`, `git status` after doing a man generation, etc).
.ignore [new file with mode: 0644]