-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
52 lines (52 loc) · 2.82 KB
/
.gitignore
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
41
42
43
44
45
46
47
48
49
50
51
52
place_footprints.log
place_footprints_error.log
place_footprints.png
place_footprints_dark.png
place_footprints_light.png
/.idea
/__pycache__
initial_dialog_GUI.py
place_by_reference_GUI.py
place_by_sheet_GUI.py
/place_footprints_test_projects/place_footprints-backups
/place_footprints_test_projects/fp-info-cache
/place_footprints_test_projects/place_footprints_test_sheet_matrix.kicad_pro
/place_footprints_test_projects/place_footprints_temp_ref_circular.kicad_pro
/place_footprints_test_projects/place_footprints_temp_ref_linear.kicad_pro
/place_footprints_test_projects/place_footprints_temp_ref_matrix.kicad_pro
/place_footprints_test_projects/place_footprints_temp_sheet_circular.kicad_pro
/place_footprints_test_projects/place_footprints_temp_sheet_linear.kicad_pro
/place_footprints_test_projects/place_footprints_temp_sheet_matrix.kicad_pro
/place_footprints_test_projects/place_footprints_test_ref_circular.kicad_pro
/place_footprints_test_projects/place_footprints_test_ref_linear.kicad_pro
/place_footprints_test_projects/place_footprints_test_ref_matrix.kicad_pro
/place_footprints_test_projects/place_footprints_test_sheet_circular.kicad_pro
/place_footprints_test_projects/place_footprints_test_sheet_linear.kicad_pro
/place_footprints_test_projects/place_footprints.log
/place_footprints_test_projects/place_footprints_temp_ref_circular.kicad_prl
/place_footprints_test_projects/place_footprints_temp_ref_linear.kicad_prl
/place_footprints_test_projects/place_footprints_temp_ref_matrix.kicad_prl
/place_footprints_test_projects/place_footprints_temp_sheet_circular.kicad_prl
/place_footprints_test_projects/place_footprints_temp_sheet_linear.kicad_prl
/place_footprints_test_projects/place_footprints_temp_sheet_matrix.kicad_prl
/place_footprints_test_projects/place_footprints_test_ref_circular.kicad_prl
/place_footprints_test_projects/place_footprints_test_ref_matrix.kicad_prl
/place_footprints_test_projects/place_footprints_test_sheet_circular.kicad_prl
/place_footprints_test_projects/place_footprints_test_sheet_linear.kicad_prl
/place_footprints_test_projects/place_footprints_test_sheet_matrix.kicad_prl
metadata.json
metadata_package.json
place_footprints_test_projects/fp-lib-table
place_footprints_test_projects/Library.pretty/
place_footprints_test_projects/test_lib.pretty/
*.zip
place_footprints_test_projects/.directory
.directory
/place_footprints_test_projects/place_footprints_temp_ref_circular.kicad_pcb
/place_footprints_test_projects/place_footprints_temp_ref_linear.kicad_pcb
/place_footprints_test_projects/place_footprints_temp_ref_matrix.kicad_pcb
/place_footprints_test_projects/place_footprints_temp_sheet_circular.kicad_pcb
/place_footprints_test_projects/place_footprints_temp_sheet_linear.kicad_pcb
/place_footprints_test_projects/place_footprints_temp_sheet_matrix.kicad_pcb
/place_footprints_test_projects/*.log
error_dialog_GUI.py