.gitignore 523 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. *.o
  2. *.a
  3. *.so*
  4. *.lo
  5. *.la
  6. .libs
  7. .deps
  8. .version
  9. doc
  10. Makefile
  11. Makefile.in
  12. corosync.spec
  13. aclocal.m4
  14. autom4te.cache/
  15. compile
  16. config.guess
  17. config.log
  18. config.status
  19. config.sub
  20. configure
  21. corosync-*.tar*
  22. depcomp
  23. install-sh
  24. libtool
  25. ltmain.sh
  26. m4
  27. missing
  28. tags
  29. ID
  30. Doxyfile
  31. test-driver
  32. Cargo.toml
  33. build.rs
  34. Cargo.lock
  35. bindings/rust/src/sys/cpg.rs
  36. bindings/rust/src/sys/cfg.rs
  37. bindings/rust/src/sys/cmap.rs
  38. bindings/rust/src/sys/quorum.rs
  39. bindings/rust/src/sys/votequorum.rs
  40. test-suite.log
  41. bindings/rust/target/
  42. bindings/rust/tests/target/