Changed the version number.
[ruwai.git] / .gitignore
bloba1f2bf363468c99ceb27b6472db3ecb187475105
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 librecad temporary files.
23 *.dxf~
25 # Ignore all build directories.
26 build
28 # Ignore compilation files.
29 *.o
30 *.a
31 *.d
32 *.hex
33 *.elf
34 *.sizeok
35 *.eep
37 # Ignore miniseed data files.
38 *.msd
40 # Ignore python runtime files
41 *.pyc
43 # Ignore compressed releases.
44 *.tar.gz
46 # Ignore git revision files.
47 gitrevision.h
49 # Ignore some binary files.
50 ruwai_record
51 software/c++/ruwaicom/src/ruwaicom
52 software/c++/set_system_time/src/set_system_time