summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-09-21 10:49:48 +0100
committerGitHub <noreply@github.com>2022-09-21 09:49:48 +0000
commitab86743f33e56f86f68223a25f7d23c67b68c33e (patch)
tree63e7d734e37506ecb1af1430ad584a145322a39c /.gitignore
parentLower minimum rustc version to 1.58.1 (#13857) (diff)
downloadsynapse-ab86743f33e56f86f68223a25f7d23c67b68c33e.tar.xz
Lock rust dependencies (#13858)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 31a60bb7bd..15fbfdddf1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,8 +15,9 @@ _trial_temp*/
 .DS_Store
 __pycache__/
 
-# We do want the poetry lockfile.
+# We do want the poetry and cargo lockfile.
 !poetry.lock
+!Cargo.lock
 
 # stuff that is likely to exist when you run a server locally
 /*.db