Artur Sinila: 1 Add .gitignore 1 files changed, 2 insertions(+), 0 deletions(-)
Copy & paste the following snippet into your terminal to import this patchset into git:
curl -s https://lists.sr.ht/~kennylevinsen/wlsunset-devel/patches/28652/mbox | git am -3
`.cache` is for `clangd` cache --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9785597 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build +.cache -- 2.34.1
Kenny Levinsen <kl@kl.wtf> 2 years ago Applied, thanks! (I took the liberty of appending '/' to limit it to folders)
Applied, thanks! (I took the liberty of appending '/' to limit it to folders)