.gitignore 252 B

123456789101112131415161718192021222324
  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. docs/_site/
  15. docs/Gemfile.lock
  16. libdoc/
  17. man1/
  18. Makefile
  19. qrc_wkhtmltopdf.cpp
  20. Makefile.*
  21. *_resource.rc
  22. *.o
  23. moc_*.*
  24. .qmake*