.gitignore 402 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. *.go
  2. *.info
  3. *.la
  4. *.lo
  5. *.log
  6. *.o
  7. *.so
  8. *.tar.gz
  9. *.x
  10. *~
  11. tmp
  12. /pre-inst-env
  13. /pre-inst-env.el
  14. .deps
  15. .dirstamp
  16. .libs
  17. INSTALL
  18. Makefile
  19. Makefile.in
  20. aclocal.m4
  21. autom4te.cache
  22. compile
  23. config.guess
  24. config.sub
  25. config.status
  26. configure
  27. depcomp
  28. install-sh
  29. libtool
  30. ltmain.sh
  31. m4
  32. mdate-sh
  33. missing
  34. stamp-h?
  35. texinfo.tex
  36. /doc/stamp-vti
  37. /doc/version.texi
  38. /examples/*.scm
  39. /modules/xosd/config.scm
  40. /modules/xosd-procedures.txt