summaryrefslogtreecommitdiff
path: root/.gitignore
blob: e1f5883985edd1d62e57ea53b1587be00cbe731c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# .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/
__pycache__/
.gdb_history

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