From: Trent Huber Date: Thu, 3 Oct 2024 07:40:36 +0000 (-0400) Subject: Removed trash files in .gitignore X-Git-Url: https://trenthuber.com/code?a=commitdiff_plain;h=6fb57d1aaa5d85f558cbc76f9d85bd1220a89e4e;p=xpmview.git Removed trash files in .gitignore --- diff --git a/.gitignore b/.gitignore index 11fa395..90bf395 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -cbs -bin +*cbs +bin/ diff --git a/bin/simplexpm b/bin/simplexpm deleted file mode 100755 index 14ffd3f..0000000 Binary files a/bin/simplexpm and /dev/null differ diff --git a/cbs b/cbs deleted file mode 100755 index 27bf160..0000000 Binary files a/cbs and /dev/null differ diff --git a/external/cbs b/external/cbs deleted file mode 100755 index 6d2e16b..0000000 Binary files a/external/cbs and /dev/null differ