.gitignore 262 B

1234567891011121314151617181920212223242526272829303132
  1. *.a
  2. *.la
  3. *.lo
  4. *.o
  5. *.so
  6. *~
  7. .bootstrap
  8. .deps
  9. .emacs*
  10. .libs
  11. .gdbinit
  12. ABOUT-NLS
  13. ChangeLog
  14. INSTALL
  15. Make.rules
  16. Makefile
  17. Makefile.in
  18. aclocal.m4
  19. autom4te.cache
  20. build-aux
  21. build-aux/
  22. config.h
  23. config.h.in
  24. config.log
  25. config.status
  26. configure
  27. gnu
  28. libtool
  29. m4
  30. rmt
  31. stamp-h1
  32. TAGS