diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-23 15:58:34 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-16 18:16:14 +0000 |
commit | 700ef3567ed6741a661e06690de0985e520edc1a (patch) | |
tree | 87bbb86f54156e9cf00f4883bd557e76f1c88258 /.gitignore | |
parent | c629a6480237d8547e198d96e95707e16dabd738 (diff) | |
download | znc-log-viewer-700ef3567ed6741a661e06690de0985e520edc1a.tar.xz |
Add gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a348e50 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/__pycache__/ |