From 65343523f4bd54085f0da92782c51c5d3bf5cf49 Mon Sep 17 00:00:00 2001 From: Illya Kovalevskyy Date: Sat, 19 May 2012 21:48:06 +0300 Subject: [PATCH 1/6] gitignore for Qt-project --- Qt.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Qt.gitignore diff --git a/Qt.gitignore b/Qt.gitignore new file mode 100644 index 00000000..e69de29b From bacececa746442f4b29a22b9d856e7f03b3dd1c8 Mon Sep 17 00:00:00 2001 From: Illya Kovalevskyy Date: Sat, 19 May 2012 21:51:19 +0300 Subject: [PATCH 2/6] Qt-project gitignore added for Qt core developers --- Qt.gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 From e53ae992044dcfd51246642d45cb6a790846b347 Mon Sep 17 00:00:00 2001 From: Illya Kovalevskyy Date: Tue, 22 May 2012 21:50:21 +0300 Subject: [PATCH 3/6] added some templates --- Qt.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index d1aec9ec..2ca752a7 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -1,7 +1,11 @@ # C++ objects and libs +*.slo +*.lo *.o *.a +*.la +*.lai *.so *.dll *.dynlib @@ -12,3 +16,5 @@ *.pro.user.* moc_*.cpp qrc_*.cpp +Makefile +*-build-* From 603a1f268131382750f386b6f602578948c34810 Mon Sep 17 00:00:00 2001 From: Illya Kovalevskyy Date: Tue, 22 May 2012 22:00:28 +0300 Subject: [PATCH 4/6] now it support *.desktop files --- Qt.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Qt.gitignore b/Qt.gitignore index 2ca752a7..3fc03124 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -18,3 +18,4 @@ moc_*.cpp qrc_*.cpp Makefile *-build-* +*.desktop From 93c4f1b610cb0325358d03f9102c84457154dd39 Mon Sep 17 00:00:00 2001 From: Illya Kovalevskyy Date: Sat, 9 Jun 2012 08:30:06 +0300 Subject: [PATCH 5/6] *.desktop removed from the list --- Qt.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Qt.gitignore b/Qt.gitignore index 3fc03124..2ca752a7 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -18,4 +18,3 @@ moc_*.cpp qrc_*.cpp Makefile *-build-* -*.desktop From d49148e2bdfa6d2f95ee835f68b70f3bb099cdfb Mon Sep 17 00:00:00 2001 From: Illya Kovalevskyy Date: Sat, 9 Jun 2012 16:36:58 +0300 Subject: [PATCH 6/6] dynlib => dylib (msspl) --- Qt.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qt.gitignore b/Qt.gitignore index 2ca752a7..16b4ee58 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -8,7 +8,7 @@ *.lai *.so *.dll -*.dynlib +*.dylib # Qt-es