.gitignore 209 B

123456789101112131415
  1. *.o
  2. *~
  3. .DS_Store
  4. /CMakeCache.txt
  5. /CMakeFiles/
  6. /Makefile
  7. /build*/
  8. /cmake_install.cmake
  9. /libtinygettext.so
  10. /src/libtinygettext.a
  11. /test/po_parser_test
  12. /test/tinygettext_test
  13. /tinygettext.pc
  14. /tinygettext_Export.h