summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ee30cb22d02800f99fd03f1da30a707c86d74b80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# .gitignore - Which files to ignore
#
# Copyright (C) 2024  Luke T. Shumaker <lukeshu@lukeshu.com>
# SPDX-License-Identifier: AGPL-3.0-or-later

*.o
*.log
*.tmp
.mypy_cache/

/build/
/build-aux/sources.mk