diff options
author | Illya Kovalevskyy <me@tucnak.pp.ua> | 2012-05-19 21:51:19 +0300 |
---|---|---|
committer | Illya Kovalevskyy <me@tucnak.pp.ua> | 2012-05-19 21:51:19 +0300 |
commit | bacececa746442f4b29a22b9d856e7f03b3dd1c8 (patch) | |
tree | e6b48619020d223763635227a11dc634d16a75ba | |
parent | 65343523f4bd54085f0da92782c51c5d3bf5cf49 (diff) | |
download | gitignore-bacececa746442f4b29a22b9d856e7f03b3dd1c8.tar.gz gitignore-bacececa746442f4b29a22b9d856e7f03b3dd1c8.zip |
Qt-project gitignore added for Qt core developers
-rw-r--r-- | Qt.gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Qt.gitignore b/Qt.gitignore index e69de29b..d1aec9ec 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -0,0 +1,14 @@ +# C++ objects and libs + +*.o +*.a +*.so +*.dll +*.dynlib + +# Qt-es + +*.pro.user +*.pro.user.* +moc_*.cpp +qrc_*.cpp |