about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorjyn <github@jyn.dev>2025-01-20 16:08:08 -0500
committerjyn <github@jyn.dev>2025-01-20 16:08:08 -0500
commit9d88b82b99cdd43c79e5fb5d031e522347863db2 (patch)
treeef08700891c54b0e1778e0c2a1a3d78c15a9bccb /.gitignore
parent9f4d9dc102fee5c1fe8adce2c4a58254cae510f4 (diff)
downloadrust-9d88b82b99cdd43c79e5fb5d031e522347863db2.tar.gz
rust-9d88b82b99cdd43c79e5fb5d031e522347863db2.zip
Ignore `mermaid.min.js`
It is very long and tends to match a lot of search queries. It's not useful to show with ripgrep.

Note that this does not actually untrack the file; changes can still be committed (although I suspect it may not have been intentional to commit originally?). This just changes how it interacts with tools that use `.gitignore` as a default filter.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f84a3704ca9..ddc8dad95e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -83,6 +83,7 @@ __pycache__/
 node_modules
 package-lock.json
 package.json
+/src/doc/rustc-dev-guide/mermaid.min.js
 
 ## Rustdoc GUI tests
 tests/rustdoc-gui/src/**.lock