diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-07-03 12:18:34 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-07-03 12:18:34 +0200 |
| commit | a82af5766c4f5edecae6e5e98580d27495896062 (patch) | |
| tree | a0f6f4cf267080408e3e380eaeabb7e2a760a5a0 /.gitignore | |
| parent | 2115606b72912f2e1e3cf0bfb5e124eae8a39606 (diff) | |
| download | chattymalloc-a82af5766c4f5edecae6e5e98580d27495896062.tar.gz chattymalloc-a82af5766c4f5edecae6e5e98580d27495896062.zip | |
[gitignore] add __pycache__
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ /build /build-* +__pycache__/* |
