diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-10-07 04:39:54 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-10-07 04:39:54 +0530 |
commit | 7d8ad94237360c85ec872c5291f38c45909ba506 (patch) | |
tree | edd15874c17e1c46e803f68bf6c4f42f0fecfda5 /.gitignore | |
parent | 5be37cd8e3028285a428e1f52ff0cd5801d91951 (diff) |
Adding gitignore for build files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..816ea1c --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +drw.o +dwm +dwm.o +util.o |