summaryrefslogtreecommitdiff
path: root/.gitignore
blob: e70d38d048932145cd69c405b1386643114bc366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# .gitignore - Which files to ignore
#
# Copyright (C) 2024-2025  Luke T. Shumaker <lukeshu@lukeshu.com>
# SPDX-License-Identifier: AGPL-3.0-or-later

*.tmp
*.xls
/output/

/build-aux/sources.mk
/3rd-party/SparkFun-readme.md
/3rd-party/SparkFun-*.lbr
/3rd-party/SparkFun-*.pretty/

# Python
/build-aux/venv/
.mypy_cache/
__pycache__/

# KiCad
# project local settings
*.kicad_prl
# outputs
*.csv
*.gbr
*.gbrjob
*.ipc
*.net
*.pdf
*.pos
*.rpt
*.zip
# other
*.bak
*-bak
*-backups/
~*.lck
\#auto_saved_files#
_autosave-*
*-cache*