1
0
Fork 0
mirror of https://github.com/tailix/libshmemq.git synced 2024-11-20 11:08:35 -05:00
libshmemq/.gitignore

50 lines
923 B
Text
Raw Normal View History

2020-12-12 00:18:05 -05:00
*.a
*.o
.deps/
.dirstamp
/Makefile
/Makefile.in
/aclocal.m4
/ar-lib
/autom4te.cache/
/autoscan.log
/compile
/config.guess
/config.h
/config.h.in
/config.h.in~
/config.log
/config.status
/config.sub
/configure
/configure.ac~
/configure.scan
/configure~
/depcomp
/examples/*.log
/examples/*.trs
/include/Makefile
/include/Makefile.in
/install-sh
/missing
/stamp-h1
/test-driver
/test-suite.log
/tests/test*.log
/tests/test*.trs
2020-12-12 06:40:16 -05:00
/examples/raw_receiver
/examples/raw_sender
/tests/test_alternatively_push_and_pop_one_frame_messages_with_jump
2020-12-14 13:50:53 -05:00
/tests/test_cons_pops_buffer_start
2020-12-14 13:54:08 -05:00
/tests/test_cons_reaches_queue_end
2021-08-17 05:14:01 -04:00
/tests/test_error_str
2020-12-15 07:31:21 -05:00
/tests/test_fork
/tests/test_main
/tests/test_prod_jumps_to_buffer_start_and_pushes_too_long_message
/tests/test_prod_jumps_to_buffer_start_and_reaches_cons
/tests/test_prod_pushes_too_long_message
2020-12-14 13:11:08 -05:00
/tests/test_prod_reaches_buffer_end
/tests/test_push_and_pop_one_frame_messages_without_jump