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

*.o
*.log
*.tmp
*.gcov.json.gz

.mypy_cache/
__pycache__/
.gdb_history

/build/
/build-aux/sources.mk
/build-aux/venv/