.gitignore 548 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. _build
  2. Makefile.in
  3. aclocal.m4
  4. autom4te.cache
  5. configure
  6. compile
  7. depcomp
  8. install-sh
  9. ylwrap
  10. version.h
  11. mcell
  12. mdlparse.c
  13. mdlparse.h
  14. mdllex.c
  15. mdllex.h
  16. missing
  17. opt
  18. .DS_store
  19. *.pyc
  20. build
  21. test.cfg
  22. test_results
  23. config.h.in*
  24. config.h
  25. config.log
  26. config.status
  27. stamp-h1
  28. .deps
  29. *.exe
  30. *.bat
  31. *.swp
  32. .docstates.suo
  33. tags*
  34. .tags*
  35. *sublime*
  36. .idea
  37. *cscope*
  38. dyngeom_parse
  39. !windows/*
  40. _mcellSwig.so
  41. mcellSwig.py
  42. mcellSwig_wrap.c
  43. docs/doxygen
  44. pymcell.py
  45. pymcell_wrap.c
  46. _pymcell*.so
  47. MANIFEST
  48. dist
  49. .mypy_cache
  50. .ipynb_checkpoints
  51. sphinx_env
  52. mcell_venv
  53. /.buildconfig
  54. /build-ref/