~kennylevinsen/wlsunset-devel

Add .gitignore v1 APPLIED

Artur Sinila: 1
 Add .gitignore

 1 files changed, 2 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

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
Learn more about email & git

[PATCH] Add .gitignore Export this patch

`.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
Applied, thanks!

(I took the liberty of appending '/' to limit it to folders)