diff options
author | xpol <xpolife@gmail.com> | 2018-10-30 22:38:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-30 22:38:10 +0800 |
commit | f5dadd795c62bc01c96cd14be273d96f262a638b (patch) | |
tree | 15398a37eae4e1529a49a0afa8ba256796cfe69f | |
parent | 7f3093d3b98abff26a93b1c3d8e30d9f794919de (diff) |
ignore __pycache__ directory
which is generated during scons.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 52937b8679..3a05ed9e7d 100644 --- a/.gitignore +++ b/.gitignore @@ -238,6 +238,7 @@ ClientBin/ *.pfx *.publishsettings node_modules/ +__pycache__/ # KDE .directory |