summary refs log tree commit diff
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2023-03-24 17:54:58 +0000
committerGitHub <noreply@github.com>2023-03-24 17:54:58 +0000
commitce00e57a2acc7c06d0e3bf4c9880dc830c6938ef (patch)
treea3d8c4b6c22dc354ef564636cb5bdb012fa9dae4
parentAdd developer documentation for the Federation Sender and add a documentation... (diff)
downloadsynapse-ce00e57a2acc7c06d0e3bf4c9880dc830c6938ef.tar.xz
Fix `.gitignore` rule for the Complement source tarball downloaded automatically by `complement.sh`. (#15319)
-rw-r--r--.gitignore2
-rw-r--r--changelog.d/15319.misc1
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 96c451258e..9d037f28e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,7 +62,7 @@ book/
 
 # complement
 /complement-*
-/master.tar.gz
+/main.tar.gz
 
 # rust
 /target/
diff --git a/changelog.d/15319.misc b/changelog.d/15319.misc
new file mode 100644
index 0000000000..339e5b347d
--- /dev/null
+++ b/changelog.d/15319.misc
@@ -0,0 +1 @@
+Fix `.gitignore` rule for the Complement source tarball downloaded automatically by `complement.sh`.
\ No newline at end of file