You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
420 B

  1. # autotools
  2. **/Makefile
  3. /autom4te.cache/
  4. config.*
  5. .dirstamp
  6. aclocal.m4
  7. configure
  8. m4/*
  9. tools
  10. Makefile.in
  11. # cmake
  12. **/CMakeCache.txt
  13. **/CMakeFiles
  14. **/cmake_install.cmake
  15. # libtool
  16. .deps/
  17. .libs/
  18. /libtool
  19. # object files
  20. *.lo
  21. *.o
  22. *.la
  23. # output files
  24. examples/mc
  25. examples/lddmc
  26. test/sylvan_test
  27. test/test_cxx
  28. src/libsylvan.a
  29. # MacOS file
  30. .DS_Store
  31. # eclipse files
  32. .cproject
  33. .project
  34. .settings
  35. # coverage output
  36. coverage