Skip to content

Commit ef327ff

Browse files
authored
Merge pull request #9 from linalinn/integration-test
Add some very simple tests "integration"
2 parents 84da1c1 + 0ce010b commit ef327ff

File tree

7 files changed

+1168
-0
lines changed

7 files changed

+1168
-0
lines changed

.github/tests/test pcb/.gitignore

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/kicad
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=kicad
3+
4+
### KiCad ###
5+
# For PCBs designed using KiCad: https://www.kicad.org/
6+
# Format documentation: https://kicad.org/help/file-formats/
7+
8+
# Temporary files
9+
*.000
10+
*.bak
11+
*.bck
12+
*.kicad_pcb-bak
13+
*.kicad_sch-bak
14+
*-backups
15+
*.kicad_prl
16+
*.sch-bak
17+
*~
18+
_autosave-*
19+
*.tmp
20+
*-save.pro
21+
*-save.kicad_pcb
22+
fp-info-cache
23+
24+
# Netlist files (exported from Eeschema)
25+
*.net
26+
27+
# Autorouter files (exported from Pcbnew)
28+
*.dsn
29+
*.ses
30+
31+
# Exported BOM files
32+
*.xml
33+
*.csv
34+
35+
### KiCad Patch ###
36+
rescue-backup/
37+
38+
*.tsv
39+
bom/
40+
41+
# Gerber export output
42+
out/
43+
44+
# End of https://www.toptal.com/developers/gitignore/api/kicad

0 commit comments

Comments
 (0)