forked from pokermania/pokereval
-
Notifications
You must be signed in to change notification settings - Fork 36
/
.gitignore
186 lines (178 loc) · 3.83 KB
/
.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
###########################################################################
# Generally ignored glob matches
config.json
.coverage
_trial_temp
/*.changes
/*.tar.gz
/*.dsc
*.deb
*.debhelper
*.debhelper.log
*.[oa]
*.pyc
*.loT
*.lo
*/po/*.gmo
*~
TAGS
.project
*.nja
.pydevproject
.settings
# created by distutils
*/build
# created by dpkg-buildpackage
/*/debian/files
/*/debian/*/
/*/debian/*.substvars
###########################################################################
# poker-eval: Specific files that are generated by build
/config/libtool.m4
/config/ltoptions.m4
/config/ltsugar.m4
/config/ltversion.m4
/config/lt~obsolete.m4
/include/config.h.in
/INSTALL
/Makefile.in
/aclocal.m4
/autom4te.cache/
/config/config.guess
/config/config.sub
/config/depcomp
/config/install-sh
/config/ltmain.sh
/config/missing
/configure
/examples/Makefile.in
/include/Makefile.in
/lib/Makefile.in
/new-check.log
/tests/Makefile.in
/Makefile
/config.log
/config.status
/examples/.deps/
/examples/Makefile
/include/Makefile
/include/stamp-*
/lib/.deps/
/lib/Makefile
/libtool
/poker-eval.pc
/poker-eval.spec
/tests/.deps/
/tests/Makefile
/tests/run
/include/config.h
/include/poker_config.h
/autom4te.cache
/debian/libpoker-eval-dev
/debian/libpoker-eval
/debian/tmp
/examples/.libs
/lib/.libs
/autom4te.cache/
/config/compile
/config/config.guess.cdbs-orig
/config/config.sub.cdbs-orig
/examples/.libs/
/examples/eval
/examples/fish
/examples/five_card_hands
/examples/hcmp2
/examples/hcmpn
/examples/pokenum
/examples/seven_card_hands
/examples/usedecks
/lib/.libs/
/lib/evx_gen5
/lib/evx_gen7
/lib/libpoker-eval.la
/lib/mktab_astud
/lib/mktab_basic
/lib/mktab_evx
/lib/mktab_joker
/lib/mktab_lowball
/lib/mktab_packed
/lib/t_astudcardmasks.c
/lib/t_botcard.c
/lib/t_botfivecards.c
/lib/t_botfivecardsj.c
/lib/t_cardmasks.c
/lib/t_evx_flushcards.c
/lib/t_evx_pairval.c
/lib/t_evx_strval.c
/lib/t_evx_tripsval.c
/lib/t_jokercardmasks.c
/lib/t_jokerstraight.c
/lib/t_maskrank.c
/lib/t_nbits.c
/lib/t_nbitsandstr.c
/lib/t_straight.c
/lib/t_topbit.c
/lib/t_topcard.c
/lib/t_topfivebits.c
/lib/t_topfivecards.c
/lib/t_toptwobits.c
###########################################################################
# poker-engine: Specific files that are generated by build
# generated by conf/Makefile
/poker-engine/conf/*.xml
# generated by po/Makefile
/poker-engine/locale/
###########################################################################
# debian packaging files that may be built
libpoker-eval-*.deb
libpoker-eval_*.deb
poker-engine_*.dsc
poker-engine_*.dsc.asc
poker-engine_*.tar.gz
poker-engine_*_i386.build
poker-engine_*_i386.changes
pypoker-eval_*.dsc
pypoker-eval_*.tar.gz
pypoker-eval_*.build
pypoker-eval_*.changes
python-poker-engine_*.deb
python-pypoker-eval_*.deb
poker-eval_*.dsc
poker-eval_*.tar.gz
poker-eval_*.build
poker-eval_*.changes
poker-network_*.build
###########################################################################
# poker-eval
###########################################################################
# pypoker-eval
pypoker-eval/.deps/
pypoker-eval/_pokereval_2_7.la
pypoker-eval/autom4te.cache/
pypoker-eval/config/libtool.m4
pypoker-eval/config/ltoptions.m4
pypoker-eval/config/ltsugar.m4
pypoker-eval/config/ltversion.m4
pypoker-eval/config/lt~obsolete.m4
pypoker-eval/.libs
pypoker-eval/INSTALL
pypoker-eval/Makefile
pypoker-eval/Makefile.in
pypoker-eval/_pokereval_2_4.la
pypoker-eval/_pokereval_2_5.la
pypoker-eval/aclocal.m4
pypoker-eval/config.log
pypoker-eval/config.status
pypoker-eval/config/compile
pypoker-eval/config/config.guess
pypoker-eval/config/config.guess.cdbs-orig
pypoker-eval/config/config.sub
pypoker-eval/config/config.sub.cdbs-orig
pypoker-eval/config/depcomp
pypoker-eval/config/install-sh
pypoker-eval/config/ltmain.sh
pypoker-eval/config/missing
pypoker-eval/config/py-compile
pypoker-eval/configure
pypoker-eval/libtool
pypoker-eval/pypoker-eval.pc