OSDN Git Service

add Cortex-M3 PendSV
[hos/hos-v4a.git] / .gitignore
1 #backup
2 *.bak
3 *~
4
5 # configurator files
6 *.i
7 kernel_id.h
8 kernel_cfg.c
9
10 # output files
11 *.elf
12 *.bin
13 *.out
14 *.hex
15 *.mot
16 *.map
17 *.lst
18 *.abs
19 *.exe
20 *.x
21
22 # liblary files
23 *.a
24 *.lib
25 *.l
26
27 # object files
28 objs_*/
29 *.o
30 *.obj
31 *.ro
32
33 # VC++ file
34 *.vcxproj.*
35 !*.vcxproj.filters
36 *.ipch
37 *.suo
38 *.sdf
39 *.opensdf
40 *.vcproj.*
41 *.ncb
42 Debug/
43 Release/
44
45 # release
46 tools/make_release/hos-v4a
47 *.zip
48 *.lzh
49 *.tgz
50 *.tar.gz
51
52 # eclipse
53 .settings
54 .project