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