OSDN Git Service

add Simple Microblaze Microcontroler sample
[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 # VC++ file
36 *.vcxproj.*
37 !*.vcxproj.filters
38 *.ipch
39 *.suo
40 *.sdf
41 *.opensdf
42 *.vcproj.*
43 *.ncb
44 Debug/
45 Release/
46
47 # release
48 tools/make_release/hos-v4a
49 *.zip
50 *.lzh
51 *.tgz
52 *.tar.gz
53
54 # setting
55 .*
56 !.gitignore