OSDN Git Service

fix build failure in inpout32 and old urjtag library code
[pf3gnuchains/urjtag.git] / urjtag / .gitignore
1 #
2 # general globs
3 #
4 *~
5 *.o
6 *.lo
7 *.la
8
9 #
10 # debugging files
11 #
12 core
13 .gdb_history
14 .gbdinit
15
16 #
17 # patch related files
18 #
19 *.orig
20 *.rej
21 *.patch
22
23 #
24 # general autotool files
25 #
26 .deps
27 .libs
28 Makefile
29 Makefile.in
30
31 #
32 # specific autotool files
33 #
34 /ABOUT-NLS
35 /aclocal.m4
36 /autom4te.cache
37 /config.h
38 /config.h.in
39 /config.log
40 /config.status
41 /configure
42 /INSTALL
43 /libtool
44 /m4
45 /stamp-h1
46 /tools
47 /include/urjtag/stamp-h2
48
49 #
50 # gettext (po) files
51 #
52 /po/Makefile.in.in
53 /po/Makevars.template
54 /po/POTFILES
55 /po/Rules-quot
56 /po/stamp-po
57 /po/*.gmo
58 /po/*.header
59 /po/*.pot
60 /po/*.sed
61 /po/*.sin
62
63 #
64 # urjtag generated files
65 #
66 /include/urjtag/urjtag.h
67 /src/apps/bsdl2jtag/bsdl2jtag
68 /src/apps/jtag/jtag
69 /src/bsdl/bsdl_bison.c
70 /src/bsdl/bsdl_bison.h
71 /src/bsdl/bsdl_config.h
72 /src/bsdl/bsdl_flex.c
73 /src/bsdl/vhdl_bison.c
74 /src/bsdl/vhdl_bison.h
75 /src/bsdl/vhdl_flex.c
76 /src/svf/svf_bison.c
77 /src/svf/svf_bison.h
78 /src/svf/svf_flex.c