diff options
author | Tim Schmidt <tim.schmidt@ewe.net> | 2018-12-03 17:22:53 +0100 |
---|---|---|
committer | Tim Schmidt <tim.schmidt@ewe.net> | 2018-12-03 17:22:53 +0100 |
commit | fbbd202a0416fbf5cfac8a8d2b4e43e86e15762b (patch) | |
tree | 40cd7c5be1c6b102fbb0f23ea7a2b82c234c0427 /.gitignore | |
download | hchat-tg-bridge-fbbd202a0416fbf5cfac8a8d2b4e43e86e15762b.tar.gz hchat-tg-bridge-fbbd202a0416fbf5cfac8a8d2b4e43e86e15762b.zip |
initial commit
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e7e681f --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +config.py +*.swp +__pycache__ +.ropeproject +*.log |