diff options
author | David Goulet <dgoulet@torproject.org> | 2023-06-21 10:21:32 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-06-21 10:21:32 -0400 |
commit | c1df58829d0626b9126d59c384efa119221abd77 (patch) | |
tree | 81a5705ee0eb3e3bfc64eae4048b92af3c49b08f | |
parent | 16990f8904b167ed32e341fa41566e8ffe2a22ef (diff) | |
parent | d60fab8c9e03ed63ab9c2854b9b9502d05b3d98e (diff) | |
download | tor-c1df58829d0626b9126d59c384efa119221abd77.tar.gz tor-c1df58829d0626b9126d59c384efa119221abd77.zip |
Merge branch 'maint-0.4.7' into release-0.4.7
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 94988ed982..379d532fda 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,8 @@ core.* !core/ # ccls file that can be per directory. *.ccls +# clangd uses that for LSP caching. +/.cache # / /Makefile |