From 082b3ef676921f873a0121dd4103d1db8efef86c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 16 Sep 2013 17:38:08 +0200 Subject: [PATCH] Added empty directory for i3 logs. Otherwise you would have to create it yourself after cloning, if you do not, wallchanger will fail. --- i3/i3/logs/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 i3/i3/logs/.gitignore diff --git a/i3/i3/logs/.gitignore b/i3/i3/logs/.gitignore new file mode 100644 index 0000000..397b4a7 --- /dev/null +++ b/i3/i3/logs/.gitignore @@ -0,0 +1 @@ +*.log