OSDN Git Service

add cortex-a9 base
[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 *.axf
14 *.bin
15 *.out
16 *.hex
17 *.mot
18 *.map
19 *.lst
20 *.abs
21 *.exe
22 *.x
23
24 # liblary files
25 *.a
26 *.lib
27 *.l
28
29 # object files
30 objs_*/
31 *.o
32 *.obj
33 *.ro
34
35 # disasm
36 *.dis
37
38 # VC++ file
39 *.vcxproj.*
40 !*.vcxproj.filters
41 *.ipch
42 *.suo
43 *.sdf
44 *.opensdf
45 *.vcproj.*
46 *.ncb
47 Debug/
48 Release/
49
50 # release
51 tools/make_release/hos-v4a
52 *.zip
53 *.lzh
54 *.tgz
55 *.tar.gz
56
57 # etc
58 *.bmm
59 *.v
60
61 # setting
62 .*
63 !.gitignore