diff options
author | Julian T <julian@T410.mynet> | 2018-09-05 22:15:09 +0200 |
---|---|---|
committer | Julian T <julian@T410.mynet> | 2018-09-05 22:15:09 +0200 |
commit | 9b4825075d918647e515fabd9a190cd546df9ac3 (patch) | |
tree | 14c0f20150263062b1b67adfd82e4efa81ef2919 /.gitignore | |
parent | 5a9536b329d5c5ac2556eda4bc8b6273a4bda0d8 (diff) |
Fixed makefile and added gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..72c4cc2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +dwm +*.o |