.gitignore 144 B

12345678910111213141516171819
  1. *.go
  2. *~
  3. #~
  4. *#
  5. Makefile.in
  6. Makefile
  7. /configure
  8. /pre-inst-env
  9. aclocal.m4
  10. autom4te.cache
  11. *.log
  12. *.trs
  13. /config.status
  14. *.info
  15. *.html
  16. *.pdf
  17. *.ps
  18. *.aux