File: .gitignore

package info (click to toggle)
hackrf 2026.01.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 38,216 kB
  • sloc: ansic: 60,696; python: 6,072; xml: 3,424; perl: 2,730; makefile: 601; asm: 514; vhdl: 319; sh: 179; awk: 20
file content (51 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (2)
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
# # KiCad local project settings
*.kicad_prl

# KiCad backup files
*.000
*.bak
*.bck
$savepcb.*
*.kicad_pcb-bak
*.kicad_sch-bak
*.sch-bak
_autosave*
*.zip
\#auto_saved_files\#

# KiCad cache files
# *-cache.lib not ignored, so schematic can be viewed without libraries
fp-info-cache

# KiCad fabrication outputs
*.drl
*.g2
*.g3
*.gbl
*.gbo
*.gbp
*.gbr
*.gbs
*.gm1
*.gtl
*.gto
*.gtp
*.gts
*.pos
*.rpt


# other KiCad generated files
*.csv
*.svg
*.pdf
*.cmp
*.dxf
*.net
*.ps
*.plt
*.xml

# KiCad Interactive HTML BOM plugin
*.ini
*.html