summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDebao Zhang <dbzhang800@gmail.com>2012-04-27 00:35:33 -0700
committerQt by Nokia <qt-info@nokia.com>2012-04-30 01:54:33 +0200
commit617ca1d02f7988796ed3ed5756f988c5ba6622f0 (patch)
tree324b7e0b06202ae9a0354c5a1a6a4a0b171c12ec /.gitignore
parent1fc3d7d52666f318c83251c307b23f6ebe737b35 (diff)
Improve .gitignore
Change-Id: Ie93e11d7aa01a906be23582625f1004a982c7ecb Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore66
1 files changed, 66 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a9bc08988..3689593c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,69 @@ Makefile*
bin/*
include/*
*_resource.rc
+*~
+*.a
+*.la
+*.core
+*.moc
+*.o
+*.obj
+*.orig
+*.rej
+*.so
+*.so.*
+*_pch.h.cpp
+*_resource.rc
+.qmake.cache
+.qmake.vars
+*.prl
+moc_*.cpp
+qrc_*.cpp
+ui_*.h
+
+# Test generated files
+tst_*
+!tst_*.*
+tst_*.log
+tst_*.debug
+tst_*~
+
+# Visual Studio generated files
+*.ib_pdb_index
+*.idb
+*.ilk
+*.pdb
+*.sln
+*.suo
+*.vcproj
+*vcproj.*.*.user
+*.ncb
+*.vcxproj
+*.vcxproj.filters
+*.vcxproj.user
+
+# MinGW generated files
+*.Debug
+*.Release
+
+# Examples and demoes
+examples/*/*/*
+!examples/*/*/*[.]*
+!examples/*/*/README
+examples/*/*/*[.]app
+examples/*/*/*[.]exe
+examples/*/*/*/*[.]exe
+demos/*/*/*
+!demos/*/*/*[.]*
+demos/*/*/*[.]app
+demos/*/*/*[.]exe
+demos/*/*/*/*[.]exe
+tutorials/*/*/*
+!tutorials/*/*/*[.]*
+tutorials/*/*/*[.]app
+tutorials/*/*/*[.]exe
+tutorials/*/*/*/*[.]exe
+
+#unit tests executables (other than those named tst_*)
+tests/benchmarks/qarray/qarray
+tests/benchmarks/qglbuilder_perf/qglbuilder_perf