.gitignore 317 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. .gdbinit
  30. .gdb_history
  31. # ignore core files, but not java/net/protocol/core/
  32. core
  33. !core/
  34. lost+found