diff options
author | schizoid <schizoidparty@aol.com> | 2024-12-06 15:06:31 -0500 |
---|---|---|
committer | schizoid <schizoidparty@aol.com> | 2024-12-06 15:06:31 -0500 |
commit | 247d8f14f86f8049a46e237092a7a64222e69c99 (patch) | |
tree | 479bc4079ea0d4ce8db9bd5c1954119888539f6a /.gitignore | |
parent | 3ed68b62088dedfb4e7bcd43b953535966a916fe (diff) |
Ported DWM to OpenBSD
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..dedc3ad --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +dwm +dwm.o +util.o +config.h + |