diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-20 13:56:08 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-20 13:56:08 -0600 |
commit | 318162fdf1ff86297afcce334f61d2d6ff5e3345 (patch) | |
tree | e2b805c86ab7616c57f7ba3b0ed5181aa51103b7 /.gitignore | |
parent | 5b54ce0a9e7708e373ecb28669f3ef1e2332e783 (diff) |
Makefile: Use editorconfig for lint/format
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ *.o *.log +*.tmp .mypy_cache/ build/ + +/.sources.mk |