diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-05-13 10:30:06 +0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-05-13 15:15:12 +0200 |
commit | 168a1bda076058b11010760af966486b723ce376 (patch) | |
tree | 7a99f5de4ab43255962874726d33ebd5964e2ca0 /.gitignore | |
parent | 75f7e057039aaa49558e22d18cad651d11589da9 (diff) |
Add mold linker temp files to .gitignore
Change-Id: I8c3d27cae524b30be601cefb78dca9c4139b2602
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134263
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9c85f02f90c3..3e5bfc0d3f5b 100644 --- a/.gitignore +++ b/.gitignore @@ -94,6 +94,7 @@ eclipsesettingfile.xml .yavide_session .vscode *.code-workspace +.mold-* # things below this point are targeted for elimination |