.gitignore 426 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Autotools generated
  2. aclocal.m4
  3. ar-lib
  4. compile
  5. config.guess
  6. config.h
  7. config.h.in
  8. config.log
  9. config.status
  10. config.sub
  11. configure
  12. depcomp
  13. install-sh
  14. libtool
  15. ltmain.sh
  16. missing
  17. stamp-h1
  18. m4/libtool.m4
  19. m4/lt~obsolete.m4
  20. m4/ltoptions.m4
  21. m4/ltsugar.m4
  22. m4/ltversion.m4
  23. autom4te.cache/
  24. # Build system generated
  25. *.deps
  26. *.libs
  27. *.dirstamp
  28. *Makefile
  29. *Makefile.in
  30. *.o
  31. *.lo
  32. *.la
  33. *.a
  34. # Build artifacts
  35. src/mujs
  36. src/astnames.h
  37. src/opnames.h