From 7ca25f4de62129b27b3eec994c5ddfae59f3ffee Mon Sep 17 00:00:00 2001 From: ZachIR Date: Wed, 16 Jul 2025 20:24:11 -0500 Subject: Add some more ignores --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 6eae09d..c5bdb47 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ AHM 5050 v3 Standalone Amp Locker Standalone BULLDOG Standalone Blacksun Standalone +ClientLauncher.sh Hellbeast v2 Standalone RVXX EX Standalone ReAmp Studio R1 Standalone @@ -24,19 +25,25 @@ The Crown EX Standalone aIR Impulse Rack Standalone biber companion +cursor-utility.sh device-flasher.linux dwunmute.py +enigma even gomuks kdenlive* lf net.downloadhelper.coapp +rsa +rsa-asc schildichat sheepshaver stack suyu ubports-installer* volsv +wawri +wawri-022 xmobar xmonad yabridgectl @@ -48,6 +55,7 @@ zhttpd 3 LibreGaming Qminimize +blinkstick chardetect cpplint dmxpy @@ -76,3 +84,4 @@ telnetlib3-server termdown ueberzug vpk +waybackpack -- cgit v1.2.3 From d62dc81c1f85dd0569c5d457644a73fef91815cb Mon Sep 17 00:00:00 2001 From: ZachIR Date: Wed, 16 Jul 2025 20:25:16 -0500 Subject: Don't blacklist files in gitignore; that's dumb --- .gitignore | 76 +------------------------------------------------------------- 1 file changed, 1 insertion(+), 75 deletions(-) diff --git a/.gitignore b/.gitignore index c5bdb47..c182ac7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,79 +9,5 @@ sp/ flatpak-sc/ ignore/ testing/ +notrack/ -# binaries + symlinks -*.AppImage -AHM 5050 v3 Standalone -Amp Locker Standalone -BULLDOG Standalone -Blacksun Standalone -ClientLauncher.sh -Hellbeast v2 Standalone -RVXX EX Standalone -ReAmp Studio R1 Standalone -Shibalba EX Standalone -The Crown EX Standalone -aIR Impulse Rack Standalone -biber -companion -cursor-utility.sh -device-flasher.linux -dwunmute.py -enigma -even -gomuks -kdenlive* -lf -net.downloadhelper.coapp -rsa -rsa-asc -schildichat -sheepshaver -stack -suyu -ubports-installer* -volsv -wawri -wawri-022 -xmobar -xmonad -yabridgectl -zrythm -zhttpd - -# local package managers -.crates* -3 -LibreGaming -Qminimize -blinkstick -chardetect -cpplint -dmxpy -flake8 -fyrox-template -jp.py -lyrics -pip-review -pjlink -protonup -pycodestyle -pyfiglet -pyflakes -pyrsa* -pyserial-miniterm -pyserial-ports -qbpm -qdl -qobuz-dl -razer-cli -rst*.py -simple-term-menu -spotifycli -telnetlib3-client -telnetlib3-server -termdown -ueberzug -vpk -waybackpack -- cgit v1.2.3 From b264664911e4c6e67c6d0eca2afeac70271c2593 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Wed, 16 Jul 2025 22:29:05 -0500 Subject: Move dmenu (it's my own script anyways) --- dmenu | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 dmenu diff --git a/dmenu b/dmenu deleted file mode 100755 index 479792e..0000000 --- a/dmenu +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec rofi -dmenu $@ -- cgit v1.2.3