.gitignore 247 B

12345678910111213141516171819
  1. # files from bootstrap
  2. /Makefile.in
  3. /aclocal.m4
  4. /autom4te.cache/
  5. /build-aux/install-sh
  6. /build-aux/missing
  7. /configure
  8. /configure~
  9. # files from configure
  10. /Makefile
  11. /config.log
  12. /config.status
  13. /openai/config.scm
  14. /pre-inst-env
  15. # files from make
  16. *.go