.gitignore 222 B

12345678910111213141516171819202122
  1. # ignore mac build files
  2. build/
  3. *.plist
  4. *~
  5. \#*\#
  6. bin
  7. wkhtmltopdf.app/
  8. wkhtmltopdf.xcodeproj/
  9. release*/
  10. test/
  11. static-build/
  12. .obj/
  13. doc/
  14. libdoc/
  15. man1/
  16. Makefile
  17. qrc_wkhtmltopdf.cpp
  18. Makefile.*
  19. *_resource.rc
  20. *.o
  21. moc_*.*
  22. .qmake*