diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-04-22 14:47:24 +1000 |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-04-22 14:47:24 +1000 |
commit | 2366667fc97eb6a56203b2dd7dac776ff4164abd (patch) | |
tree | b2acb6cc6bfe475d7e619e4788973b61fff775e0 /.gitignore | |
parent | 2c762f3b8b284a7c6dc0c499b7052013bad5b707 (diff) | |
download | qt4-tools-2366667fc97eb6a56203b2dd7dac776ff4164abd.tar.gz |
Initial import of kinetic-dui branch from the old kinetic
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0de9563f2b..9f4144a988 100644 --- a/.gitignore +++ b/.gitignore @@ -12,8 +12,11 @@ config.tests/*/*/* !config.tests/*/*/*[.]* config.tests/*/*/*[.]app +callgrind.out.* +pcviewer.cfg *~ *.a +*.la *.core *.moc *.o @@ -44,6 +47,7 @@ bin/Qt*.dll bin/assistant* bin/designer* bin/dumpcpp* +bin/duiviewer* bin/idc* bin/linguist* bin/lrelease* |