diff options
| author | Romain Gonçalves <commit@rgoncalves.se> | 2021-11-21 15:48:18 +0100 | 
|---|---|---|
| committer | Romain Gonçalves <me@rgoncalves.se> | 2024-10-09 20:09:49 +0200 | 
| commit | b9bcd19c6da5804c7d15259c01403b88d0f38ef3 (patch) | |
| tree | 6df150c0a5c0f868df3745475394c8a4102b311f /Makefile | |
| parent | 5bd38f78b1006a344ee63557de44f22010374a01 (diff) | |
| download | dwm-b9bcd19c6da5804c7d15259c01403b88d0f38ef3.tar.gz | |
gitignore: Ignore artifacts from patch command
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -23,6 +23,7 @@ dwm: ${OBJ}  	${CC} -o $@ ${OBJ} ${LDFLAGS}  clean: +	-rm *.orig  	rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz  dist: clean |