diff options
author | Romain Gonçalves <commit@rgoncalves.se> | 2021-11-21 15:48:18 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2025-02-28 13:18:48 +0100 |
commit | 65ea6602bf2f4503e9a0b7c3418b32e48f2e5da5 (patch) | |
tree | 8c0f255f24a07f50b2f595e9412cc4fcb70d32ae /.gitignore | |
parent | 37c37e735749e21ae571509b88f9cb38997fdcaf (diff) | |
download | dwm-65ea6602bf2f4503e9a0b7c3418b32e48f2e5da5.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 |