-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (38 loc) · 875 Bytes
/
.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
*.jpg
######
# Ignore list for KiCAD Projects
######
# Temporary files
hardware/**/*.000
hardware/**/*.bak
hardware/**/*.bck
hardware/**/*.kicad_pcb-bak
hardware/**/*.sch-bak
hardware/**/*~
hardware/**/_autosave-*
hardware/**/*.tmp
hardware/**/*-save.pro
hardware/**/*-save.kicad_pcb
hardware/**/fp-info-cache
# Netlist files (exported from Eeschema)
hardware/**/*.net
# Autorouter files (exported from Pcbnew)
hardware/**/*.dsn
hardware/**/*.ses
# Generated by Makefile during build process
hardware/**/build/*
# !hardware/**/build/*_panel.kicad_pcb
# FreeRouter related
hardware/**/logs/
######
# Ignore list for PlatformIO and VS Code
######
software/**/.pio
software/**/.vscode/.browse.c_cpp.db*
software/**/.vscode/c_cpp_properties.json
software/**/.vscode/launch.json
software/**/.vscode/ipch
######
# Ignore list for other files
######
software/**/*.sh.swp