Changed the 3D model.
[ruwai.git] / .gitignore
blobe854612e15ebb1881fa770bba95a9ca2d524daf3
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
13 # Ignore Wings3D temporary and backup files.
14 *.wings~
16 # Ignore Blender files.
17 *.blend?*
18 *.mtl
19 *.3ds
21 # Ignore all build directories.
22 build
24 # Ignore compilation files.
25 *.o
26 *.a
27 *.d
28 *.hex
29 *.elf
30 *.sizeok
31 *.eep
34 # Ignore python runtime files
35 *.pyc