From 411dbfaf40688f079e58fca0434a3d8718c4cc7a Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Mon, 11 Dec 2023 06:51:28 +0100 Subject: [PATCH] gitignore: update --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0ec12d34..1739aeee 100644 --- a/.gitignore +++ b/.gitignore @@ -8,8 +8,12 @@ secring.* *.kdbx *.key *.keyx +previews/* + +OpenRGB.json # qutebrowser private data +autoconfig.yml urls quickmarks QtProject.conf @@ -154,6 +158,7 @@ __pycache__/ # Distribution / packaging .Python +.build/ build/ develop-eggs/ dist/ @@ -452,4 +457,11 @@ luac.out *.x86_64 *.hex -/kak/plugins/* +config/kak/bundle/* +config/kak/colors/* +config/kak/plugins/* +.reload.kak + +# tbsm session order +#.*(?:[0-9]{3}).*\.desktop$ +config/tbsm -- 2.51.2