From ca9ba4816ba6e499219097acf81a44118a7e0029 Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Mon, 13 Jan 2025 13:19:31 -0600 Subject: [PATCH] Revert "Add .upx and .lib to gitignore" This reverts commit aa33cb9033bbb63694fbc0de848b79adbc4ea230. These directories were merged into a single .cache location. It's .cache that should now be ignored instead. --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 687d629..8ba3dc3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,6 @@ /demo/ /build/ /jaunch.tar.gz -/.lib/ -/.upx/ ### IntelliJ IDEA ### /.idea/