diff options
| author | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2021-12-19 17:23:46 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2021-12-19 17:23:46 -0500 |
| commit | 21d8f635f01138aefea4308babb4c6f4692aa400 (patch) | |
| tree | 7c8d2ebcee237210f08a28985ecca384e0950243 /.gitignore | |
| parent | 8657affa2a61e85ca8df76b62e43cb02897d1d80 (diff) | |
| download | dwm-21d8f635f01138aefea4308babb4c6f4692aa400.tar.gz | |
Applied Vanity Gaps patch
https://dwm.suckless.org/patches/vanitygaps/
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c8597b --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.o +config.h +dwm +*.orig +*.rej +*.diff |