OSDN Git Service

730e7afd7c7bca119cb7509ec639745f6160537e
[hos/hos-v4a.git] / .gitignore
1 # configurator files
2 *.i
3 kernel_id.h
4 kernel_cfg.c
5
6 # output files
7 *.elf
8 *.bin
9 *.hex
10 *.mot
11 *.map
12 *.exe
13
14 # liblary files
15 *.a
16 *.lib
17
18 # object files
19 *.o
20 *.obj
21
22 # VC++ file
23 *.vcxproj.*
24 !*.vcxproj.filters
25 *.ipch
26 *.vcproj.*
27 *.suo
28 *.sdf
29 *.opensdf
30 Debug/
31 Release/