diff options
author | Romain Gonçalves <commit@rgoncalves.se> | 2021-11-21 15:48:18 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2023-06-05 18:10:19 +0200 |
commit | 65a32a02a9f5a653ae6c0a4ca312181b2ba840a1 (patch) | |
tree | 4ad5ec764f98f4a3181283f182819872cd1d6b55 /Makefile | |
parent | a3f9a870cbc784a13ff79ddf43160b39b1915545 (diff) | |
download | dwm-65a32a02a9f5a653ae6c0a4ca312181b2ba840a1.tar.gz |
gitignore: Ignore artifacts from patch command
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ dwm: ${OBJ} ${CC} -o $@ ${OBJ} ${LDFLAGS} clean: + -rm *.orig rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz dist: clean |