diff options
author | Mateja <mail@matejamaric.com> | 2021-04-16 15:59:23 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-04-16 16:01:03 +0200 |
commit | 8450e00a801eee21d16691337e78acb2c042d3fa (patch) | |
tree | 0c1d68d5b066d488003c51ee661c9496f52a2d27 /.gitignore | |
download | dwm-8450e00a801eee21d16691337e78acb2c042d3fa.tar.gz dwm-8450e00a801eee21d16691337e78acb2c042d3fa.zip |
Start of my fork.
Forked on commit: 67d76bd
From: git://git.suckless.org/dwm
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f913c1b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.o +dwm +config.h |