From eeedb04f4c9fb41272ded0933243f677e9dd8800 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 28 Sep 2015 11:22:24 +0300 Subject: [PATCH] add placeholders Loosely related to #8 --- README.md | 17 ++++++++++++++++- WeeChat/.gitignore | 0 ZNC/.gitignore | 0 nodejs/.gitignore | 0 4 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 WeeChat/.gitignore create mode 100644 ZNC/.gitignore create mode 100644 nodejs/.gitignore diff --git a/README.md b/README.md index f8ae9b4..4e1b29c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ ## scripts -Miscellaneous scripts mostly in bash. This doesn't contain the scripts that are in my gists, https://gist.github.com/Mikaela +Miscellaneous scripts sorted by language. + +This doesn't contain the scripts that are in my gists, +https://gist.github.com/Mikaela + +### Directories + +* *bash* has just normal bash scripts +* *nodejs* **MIGHT** get some nodejs scripts +* *WeeChat* is a placeholder and unlikely to get anything. +* *ZNC* is another placeholder which is unlikely to get anything. + * note that they are *modules* with ZNC, but I don't see why I + couldn't put them here. + +*I doubt I am going to write many WeeChat scripts or ZNC modules, so I + won't be making subdirectories for different languages.* diff --git a/WeeChat/.gitignore b/WeeChat/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/ZNC/.gitignore b/ZNC/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/nodejs/.gitignore b/nodejs/.gitignore new file mode 100644 index 0000000..e69de29