X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=.gitignore;h=b3bce57546c41ea2a904328283ceeff5e2e168cc;hp=7c9a527c25776a1077f7d2ae103fad3c8e388bb4;hb=398db79253cf2d9aa6dc5908acc4fe80e5393e78;hpb=21c0a9849be7342dbe4ea717cc1785bd133d5367 diff --git a/.gitignore b/.gitignore index 7c9a527..b3bce57 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,15 @@ -liburcu.so -test_rwlock_timing -test_urcu -test_urcu_dynamic_link -test_urcu_timing -test_urcu_yield -urcu-asm.o -urcu-asm.S -urcu.o -urcutorture -urcutorture-yield -urcu-yield.o -tests/api.h urcu/arch.h -urcu/uatomic_arch.h -liburcu-defer.so -liburcu-mb.so -liburcu-qsbr.so -urcu-defer.o -urcu-mb.o -urcu-qsbr.o +urcu/uatomic.h +tests/api.h + +tests/urcutorture +tests/urcutorture-yield +tests/urcu-asm.S +tests/test_rwlock_timing +tests/test_urcu +tests/test_urcu_dynamic_link +tests/test_urcu_timing +tests/test_urcu_yield tests/test_looplen tests/test_mutex tests/test_perthreadlock @@ -44,15 +35,22 @@ tests/rcutorture_qsbr tests/rcutorture_urcu tests/rcutorture_urcu_bp tests/rcutorture_urcu_mb +tests/rcutorture_urcu_qsbr tests/rcutorture_urcu_signal tests/test_cycles_per_loop tests/test_urcu_defer +tests/test_urcu_hash tests/test_urcu_lfq tests/test_urcu_lfq_dynlink tests/test_urcu_lfs tests/test_urcu_lfs_dynlink tests/test_urcu_mb_gc tests/test_urcu_mb_lgc +tests/test_urcu_qsbr +tests/test_urcu_qsbr_dynamic_link +tests/test_urcu_qsbr_gc +tests/test_urcu_qsbr_lgc +tests/test_urcu_qsbr_timing tests/test_urcu_signal tests/test_urcu_signal_dynamic_link tests/test_urcu_signal_gc @@ -63,7 +61,28 @@ tests/test_urcu_wfq tests/test_urcu_wfq_dynlink tests/test_urcu_wfs tests/test_urcu_wfs_dynlink +tests/test_urcu_fork +tests/test_urcu_ja +tests/test_urcu_ja_range +tests/test_urcu_lfs_rcu +tests/test_urcu_lfs_rcu_dynlink +tests/test_urcu_multiflavor +tests/test_urcu_multiflavor_dynlink +tests/test_urcu_wfcq +tests/test_urcu_wfcq_dynlink tests/*.log +*.so + +doc/examples/qsbr-minimal/qsbr-minimal + +doc/examples/list/cds_list_add_rcu +doc/examples/list/cds_list_add_tail_rcu +doc/examples/list/cds_list_del_rcu +doc/examples/list/cds_list_for_each_rcu +doc/examples/list/cds_list_for_each_entry_rcu +doc/examples/list/cds_list_replace_rcu + +doc/examples/wfcqueue/cds_wfcq_enqueue #automake /config.h @@ -71,7 +90,6 @@ tests/*.log .libs/ Makefile.in Makefile -*.m4 *.la *.bz2 *.o @@ -79,7 +97,19 @@ Makefile *.loT /config.log /configure -/config/ +/config/compile +/config/config.guess +/config/config.sub +/config/depcomp +/config/install-sh +/config/libtool.m4 +/config/ltmain.sh +/config/lt~obsolete.m4 +/config/ltoptions.m4 +/config/ltsugar.m4 +/config/ltversion.m4 +/config/missing +/aclocal.m4 /libtool /stamp-h1 /config.h.in @@ -87,3 +117,9 @@ Makefile /autom4te.cache/ config.h stamp-h2 +liburcu.pc +liburcu-bp.pc +liburcu-cds.pc +liburcu-qsbr.pc +liburcu-mb.pc +liburcu-signal.pc