.gitignore 464 B

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