Use example files to allow proper git-ignoring
authorgfyoung <redacted>
Fri, 3 Aug 2018 08:08:38 +0000 (01:08 -0700)
committergfyoung <redacted>
Thu, 6 Sep 2018 19:20:37 +0000 (12:20 -0700)
commitd8df5f1dc4f02b059b1a211f16d84f2bd9b5caef
treec9e99357496907f059004089cb9c0c67f5407f3a
parentfbbd0716114d2dee092d0b91536c29bcfea52cc0
Use example files to allow proper git-ignoring

The following files:

* myhosts
* blacklist
* whitelist

can be all be modified by the user for personal usage.
However, git is tracking these files since they exist
in the repository, which makes it difficult to do so
without accidentally pushing one's own customizations.

This commit converts those examples to ".example" files,
which serve as the defaults if one of the files listed
above does not exist.

Closes gh-144.
blacklist.example [moved from blacklist with 100% similarity]
myhosts.example [moved from myhosts with 100% similarity]
testUpdateHostsFile.py
updateHostsFile.py
whitelist.example [moved from whitelist with 100% similarity]
git clone https://git.99rst.org/PROJECT