summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2021-07-10 21:09:51 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2021-07-12 19:03:59 +0200
commitda6d82e465f94202dd1bacc6f5d61e0dcb1f3e7c (patch)
treea8963e0418ba0103fd10dfb4fe3ee5a167610f37 /.gitignore
parent8ccee61d38b94f868da9ae11ad5efd69d7a04072 (diff)
Simplify build system for rustdoc-gui test crates
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0cd6b9f648d..b7e8e8fa157 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,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.