aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRomain Gonçalves <commit@rgoncalves.se>2021-11-21 15:48:18 +0100
committerRomain Gonçalves <commit@rgoncalves.se>2021-11-21 16:07:48 +0100
commitd01d7cf80cced38c225a22b50ea36869a27b1747 (patch)
tree8b48b090fe481315ae2286676cde6b8e4cd735a5 /Makefile
parent919cb0eb5cf110eba90b5af5098e9705b831eac7 (diff)
downloaddwm-d01d7cf80cced38c225a22b50ea36869a27b1747.tar.gz
gitignore: Ignore artifacts from patch command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6380836..4f344da 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ dwm: ${OBJ}
${CC} -o $@ ${OBJ} ${LDFLAGS}
clean:
+ -rm *.orig
rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz
dist: clean
remember that computers suck.