document concurrent data structures
[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.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_qsbr
48 tests/rcutorture_urcu_signal
49 tests/test_cycles_per_loop
50 tests/test_urcu_defer
51 tests/test_urcu_hash
52 tests/test_urcu_lfq
53 tests/test_urcu_lfq_dynlink
54 tests/test_urcu_lfs
55 tests/test_urcu_lfs_dynlink
56 tests/test_urcu_mb_gc
57 tests/test_urcu_mb_lgc
58 tests/test_urcu_qsbr
59 tests/test_urcu_qsbr_dynamic_link
60 tests/test_urcu_qsbr_gc
61 tests/test_urcu_qsbr_lgc
62 tests/test_urcu_qsbr_timing
63 tests/test_urcu_signal
64 tests/test_urcu_signal_dynamic_link
65 tests/test_urcu_signal_gc
66 tests/test_urcu_signal_lgc
67 tests/test_urcu_signal_timing
68 tests/test_urcu_signal_yield
69 tests/test_urcu_wfq
70 tests/test_urcu_wfq_dynlink
71 tests/test_urcu_wfs
72 tests/test_urcu_wfs_dynlink
73 tests/*.log
74
75 #automake
76 /config.h
77 .deps/
78 .libs/
79 Makefile.in
80 Makefile
81 *.m4
82 *.la
83 *.bz2
84 *.o
85 *.lo
86 *.loT
87 /config.log
88 /configure
89 /config/
90 /libtool
91 /stamp-h1
92 /config.h.in
93 /config.status
94 /autom4te.cache/
95 config.h
96 stamp-h2
97 liburcu.pc
98 liburcu-bp.pc
99 liburcu-cds.pc
100 liburcu-qsbr.pc
101 liburcu-mb.pc
102 liburcu-signal.pc
This page took 0.031879 seconds and 5 git commands to generate.