summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorKevin Simons <kevin.simons@nokia.com>2011-11-17 10:32:00 +0100
committerKnoll Lars <lars.knoll@nokia.com>2011-11-17 11:20:00 +0100
commit12113a6ab83c2d4d3751b1ab8574892cefefce4c (patch)
tree25211641f86f2f202892952cf2e59b152b1805f0 /.gitignore
parenta52b1b9cf5257f4027e631fffb000ab60d9a7bf9 (diff)
Initial structure for auto tests and benchmarks
Change-Id: I53432b5ecf2affe748b953851ef023c9b2873c40 Reviewed-by: Knoll Lars <lars.knoll@nokia.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore31
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3f2e34c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,31 @@
+.rcc
+*~
+*.o
+*.moc
+*.a
+*.so
+*.so.[0-9]
+*.so.[0-9].[0-9]
+*.so.[0-9].[0-9].[0-9]
+*.dylib
+*.dylib.[0-9]
+*.dylib.[0-9].[0-9]
+*.dylib.[0-9].[0-9].[0-9]
+.moc
+.obj
+Makefile
+Makefile.Debug
+Makefile.Release
+moc_*.cpp
+obj_*
+qrc_*
+*.app
+lib
+config.pri
+.qmake.cache
+/include
+*.pro.user
+.DS_Store
+tests/*/*/tst_*
+/bin/
+/module-paths/