diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-26 18:20:02 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-26 18:20:02 -0700 |
commit | d0e9e9c4a178fe396f3ba255bc440a15b107a097 (patch) | |
tree | bb1713fc757d70b1e15b584aea9f7462a19374c2 /.gitignore | |
parent | c578a300c7d0d46662fcd0bdce69af95a821bc18 (diff) | |
parent | 1aad8aa5947960e26d8efcdabb52babd6b52005b (diff) |
Merge branch 'lukeshu/lib9p-idl-cleanup'
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ *.log *.tmp .mypy_cache/ +__pycache__/ .gdb_history /build/ |