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 /.gitignore | |
parent | a3f9a870cbc784a13ff79ddf43160b39b1915545 (diff) | |
download | dwm-65a32a02a9f5a653ae6c0a4ca312181b2ba840a1.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 |