From ed007b2909c1d4fb3e14a07b3b0d1e24c6f83bf7 Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Mon, 4 Mar 2024 14:52:40 -0500 Subject: [PATCH] Fixed Makefile & .gitignore to properly clean Godot Engine pixmap --- .gitignore | 1 + Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6f3a2c2..569ed33 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .mlvwm/pixmap/claws-mail.xpm .mlvwm/pixmap/cool-retro-term.xpm .mlvwm/pixmap/firefox.xpm +.mlvwm/pixmap/godot.xpm .mlvwm/pixmap/iridium.xpm .mlvwm/pixmap/links.xpm .mlvwm/pixmap/mpv.xpm diff --git a/Makefile b/Makefile index fefce0c..9e10c24 100644 --- a/Makefile +++ b/Makefile @@ -81,6 +81,7 @@ clean-pixmap: rm $(PIXMAP)/claws-mail.xpm rm $(PIXMAP)/cool-retro-term.xpm rm $(PIXMAP)/firefox.xpm + rm $(PIXMAP)/godot.xpm rm $(PIXMAP)/iridium.xpm rm $(PIXMAP)/links.xpm rm $(PIXMAP)/mpv.xpm