OSDN Git Service

modify Cortex-M0
[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 kernel_vct.c
10
11 # output files
12 *.elf
13 *.bin
14 *.out
15 *.hex
16 *.mot
17 *.map
18 *.lst
19 *.abs
20 *.exe
21 *.x
22
23 # liblary files
24 *.a
25 *.lib
26 *.l
27
28 # object files
29 objs_*/
30 *.o
31 *.obj
32 *.ro
33
34 # VC++ file
35 *.vcxproj.*
36 !*.vcxproj.filters
37 *.ipch
38 *.suo
39 *.sdf
40 *.opensdf
41 *.vcproj.*
42 *.ncb
43 Debug/
44 Release/
45
46 # release
47 tools/make_release/hos-v4a
48 *.zip
49 *.lzh
50 *.tgz
51 *.tar.gz
52
53 # setting
54 .*
55 !.gitignore