.gitignore 334 B

1234567891011121314151617181920212223242526272829303132
  1. *.gmo
  2. *.la
  3. *.lo
  4. *.swp
  5. *.tar.*
  6. .deps
  7. .libs
  8. ChangeLog
  9. INSTALL
  10. Makefile
  11. Makefile.in
  12. aclocal.m4
  13. autom4te.cache
  14. compile
  15. config*
  16. depcomp
  17. install-sh
  18. intltool*
  19. libtool
  20. ltmain.sh
  21. missing
  22. mkinstalldirs
  23. panel-plugin/*/*.desktop
  24. panel-plugin/*/*-dialogs_ui.h
  25. po/.intltool-merge-cache
  26. po/Makefile.in.in
  27. po/POTFILES
  28. stamp-*
  29. po/*.mo
  30. debian/*
  31. arch/*