.gitignore 328 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Makefile.in
  2. Makefile
  3. aclocal.m4
  4. autom4te.cache
  5. configure
  6. depcomp
  7. install-sh
  8. ylwrap
  9. version.h
  10. mcell
  11. mdlparse.c
  12. mdlparse.h
  13. mdllex.c
  14. mdllex.h
  15. missing
  16. opt
  17. *.pyc
  18. *.so
  19. *.swp
  20. *.o
  21. *.lo
  22. *.la
  23. mbdr
  24. .libs
  25. debug
  26. build
  27. test.cfg
  28. test_results
  29. compile
  30. config.h.in
  31. config.h
  32. config.log
  33. config.status
  34. stamp-h1
  35. .deps
  36. *.exe
  37. *.bat
  38. .docstates.suo
  39. tags