diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-10-26 11:52:24 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-10-26 11:52:24 -0600 |
commit | 12da4da048d58c8de57d17badd4063a0e8934edf (patch) | |
tree | 17b1e21bf6ff552f4fee879c97217545101391f3 /.gitignore | |
parent | 5c838a427318a1feb3a7b8f72184d887ff821a02 (diff) | |
parent | 0df08d5efd99418de6e138285a32bafd7cb2154c (diff) | |
download | dwm-12da4da048d58c8de57d17badd4063a0e8934edf.tar dwm-12da4da048d58c8de57d17badd4063a0e8934edf.tar.gz dwm-12da4da048d58c8de57d17badd4063a0e8934edf.tar.bz2 |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..236bde9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.o +/patches +dwm +*.orig +*.rej |