.gitignore 399 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. *.diff
  2. *.patch
  3. *.orig
  4. *.rej
  5. *~
  6. .#*
  7. *#
  8. *.flt
  9. *.gmo
  10. *.info
  11. *.la
  12. *.lo
  13. *.o
  14. *.pyc
  15. *.tmp
  16. .deps
  17. .libs
  18. autom4te.cache
  19. config.cache
  20. config.h
  21. config.intl
  22. config.log
  23. config.status
  24. libtool
  25. POTFILES
  26. *-POTFILES
  27. TAGS
  28. TAGS.sub
  29. .local.vimrc
  30. .lvimrc
  31. .gdbinit
  32. .gdb_history
  33. # ignore core files, but not java/net/protocol/core/
  34. core
  35. !core/
  36. lost+found
  37. # ignore ./contrib/gcc_update output
  38. LAST_UPDATED
  39. REVISION