userspace-rcu tests: zero array before using
[urcu.git] / .gitignore
1 liburcu.so
2 test_rwlock_timing
3 test_urcu
4 test_urcu_dynamic_link
5 test_urcu_timing
6 test_urcu_yield
7 urcu-asm.o
8 urcu-asm.S
9 urcu.o
10 urcutorture
11 urcutorture-yield
12 urcu-yield.o
13 tests/api.h
14 urcu/arch.h
15 urcu/uatomic_arch.h
16 liburcu-defer.so
17 liburcu-mb.so
18 liburcu-qsbr.so
19 urcu-defer.o
20 urcu-mb.o
21 urcu-qsbr.o
22 tests/test_looplen
23 tests/test_mutex
24 tests/test_perthreadlock
25 tests/test_perthreadlock_timing
26 tests/test_qsbr
27 tests/test_qsbr_dynamic_link
28 tests/test_qsbr_gc
29 tests/test_qsbr_lgc
30 tests/test_qsbr_timing
31 tests/test_rwlock
32 tests/test_uatomic
33 tests/test_urcu_gc
34 tests/test_urcu_gc_mb
35 tests/test_urcu_lgc
36 tests/test_urcu_lgc_mb
37 tests/test_urcu_mb
38 tests/test_urcu_mb_defer
39 tests/test_urcu_assign
40 tests/test_urcu_assign_dynamic_link
41 tests/test_urcu_bp
42 tests/test_urcu_bp_dynamic_link
43 tests/rcutorture_qsbr
44 tests/rcutorture_urcu
45 tests/rcutorture_urcu_bp
46 tests/rcutorture_urcu_mb
47 tests/rcutorture_urcu_signal
48 tests/test_cycles_per_loop
49 tests/test_urcu_defer
50 tests/test_urcu_lfq
51 tests/test_urcu_lfq_dynlink
52 tests/test_urcu_lfs
53 tests/test_urcu_lfs_dynlink
54 tests/test_urcu_mb_gc
55 tests/test_urcu_mb_lgc
56 tests/test_urcu_signal
57 tests/test_urcu_signal_dynamic_link
58 tests/test_urcu_signal_gc
59 tests/test_urcu_signal_lgc
60 tests/test_urcu_signal_timing
61 tests/test_urcu_signal_yield
62 tests/test_urcu_wfq
63 tests/test_urcu_wfq_dynlink
64 tests/test_urcu_wfs
65 tests/test_urcu_wfs_dynlink
66 tests/*.log
67
68 #automake
69 /config.h
70 .deps/
71 .libs/
72 Makefile.in
73 Makefile
74 *.m4
75 *.la
76 *.bz2
77 *.o
78 *.lo
79 *.loT
80 /config.log
81 /configure
82 /config/
83 /libtool
84 /stamp-h1
85 /config.h.in
86 /config.status
87 /autom4te.cache/
88 config.h
89 stamp-h2
This page took 0.030898 seconds and 4 git commands to generate.