12345678910111213141516171819202122 |
- # ignore mac build files
- build/
- *.plist
- *~
- \#*\#
- bin
- wkhtmltopdf.app/
- wkhtmltopdf.xcodeproj/
- release*/
- test/
- static-build/
- .obj/
- doc/
- libdoc/
- man1/
- Makefile
- qrc_wkhtmltopdf.cpp
- Makefile.*
- *_resource.rc
- *.o
- moc_*.*
- .qmake*
|