diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-06-07 08:15:07 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-06-07 08:15:07 (GMT) |
commit | ad0f3588a1afeba7425025012266910930be4d01 (patch) | |
tree | e08193fa9f9f22ea77383a47abe82469487a3531 /.gitignore | |
parent | 13ec84712a12272bd465f37503edad7a2763b322 (diff) | |
download | swift-ad0f3588a1afeba7425025012266910930be4d01.zip swift-ad0f3588a1afeba7425025012266910930be4d01.tar.bz2 |
Use bundled Expat with qmakeish.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -4,10 +4,16 @@ *.gcno *.app *.o +*.obj *.a +*.pdb *.swp *.exe *.dll +*.lib +*.exp +*.ilk +*.res *.moc *~ *.manifest @@ -26,6 +32,8 @@ Swiften/QA/ClientTest/ClientTest Swiften/config.h Swiften/config.h.in UI/Qt/Makefile +UI/Qt/Makefile.Debug +UI/Qt/Makefile.Release UI/Qt/swift UI/Qt/DefaultTheme.qrc UI/Qt/*/Makefile |