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 /.gitignore | |
parent | 5bd38f78b1006a344ee63557de44f22010374a01 (diff) | |
download | dwm-b9bcd19c6da5804c7d15259c01403b88d0f38ef3.tar.gz |
gitignore: Ignore artifacts from patch command
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,5 +1,3 @@ -config.h -drw.o +*.o +*.orig dwm -dwm.o -util.o |