.gitignore 343 B

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