-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.gitignore
More file actions
24 lines (21 loc) · 566 Bytes
/
Copy path.gitignore
File metadata and controls
24 lines (21 loc) · 566 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*.sch-bak
*.kicad_pcb-bak
*.kicad_sch-bak
poly_kybd/_autosave*
poly_kybd/#auto_saved_files#
fp-info-cache
poly_kybd/*-backups/*
parts/**/NopSCADlib/*
poly_kybd/production/*
parts/**/BOSL2*
*.lck
*.log
poly_kybd/variations/poly_corne/*
# Scratch drivers: build_frame.sh / build_stems.sh / check_frame.py write a
# temporary .scad beside the sources (`use <>` is relative to the .scad file)
# and delete it again; a crashed run can leave one behind.
parts/**/_build_*.scad
parts/**/_check_tmp_*.scad
# Python bytecode (parts/diffuser/ generator)
__pycache__/
*.pyc