.gitignore 369 B

1234567891011121314151617181920212223242526272829303132
  1. # Hidden files and editor backups
  2. *~
  3. # Autoconf/Automake/Libtool stuff
  4. /libtool
  5. /stamp-h1
  6. /aclocal.m4
  7. /compile
  8. /configure
  9. /install-sh
  10. /ltmain.sh
  11. /missing
  12. /depcomp
  13. /autom4te.cache/
  14. /config.guess
  15. /config.h.in
  16. /config.h
  17. /config.sub
  18. /config.log
  19. /config.status
  20. /config.cache
  21. /src/.deps/
  22. Makefile.in
  23. Makefile
  24. # Gettext
  25. /po/POTFILES
  26. # Compiled files
  27. /src/*.o
  28. /src/berusky2