Added the Samtec connector and peli case BOM.
[ruwai.git] / .gitignore
bloba5d9c79a45982bbdb5d7e031304efe182e0439a0
1 # Ignore the gvim .swp files.
2 *.swp
4 # Ignore Kicad temporary and backup files.
5 *.bak
6 *.bck
7 *.tmp
8 *.kicad_pcb-bak
9 *.lst
10 *.ses
11 *-cache.lib
12 _autosave*.kicad_pcb
14 # Ignore Wings3D temporary and backup files.
15 *.wings~
17 # Ignore Blender files.
18 *.blend?*
19 *.mtl
20 *.3ds
22 # Ignore all build directories.
23 build
25 # Ignore compilation files.
26 *.o
27 *.a
28 *.d
29 *.hex
30 *.elf
31 *.sizeok
32 *.eep
34 # Ignore miniseed data files.
35 *.msd
37 # Ignore python runtime files
38 *.pyc
40 # Ignore compressed releases.
41 *.tar.gz
43 # Ignore git revision files.
44 gitrevision.h
46 # Ignore some binary files.
47 ruwai_record
48 software/c++/ruwaicom/src/ruwaicom
49 software/c++/set_system_time/src/set_system_time