]> git.lizzy.rs Git - rust.git/blobdiff - .gitignore
Rollup merge of #87685 - notriddle:lazy-from-docs, r=dtolnay
[rust.git] / .gitignore
index 265ca5d70bf15722b6af1b21bb55bc794ca25191..b7e8e8fa15752d6761bfe49fcd9ad287c6830b78 100644 (file)
 .DS_Store
 desktop.ini
 
-## Version control
-.hgignore
-.hg/
-
 ## Editor
 *.swp
 *.swo
@@ -76,4 +72,7 @@ __pycache__/
 **node_modules
 **package-lock.json
 
+## Rustdoc GUI tests
+src/test/rustdoc-gui/src/**.lock
+
 # Before adding new lines, see the comment at the top.