aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2012-12-20 21:16:37 -0500
committerJoerg Bornemann <joerg.bornemann@digia.com>2012-12-27 15:05:45 +0100
commitdc15bc4e5f987f8cc00468faf8bdbbdfb8bd3d1b (patch)
tree05de23c0c90106b4463fdd10855e4412b7b4bcab /.gitignore
parent03eb718638f581b1290d550a5cbdef51c7c21acd (diff)
Ignore more build artifacts on Mac.
Change-Id: Id31a54a5d7c1e4f32ed4594f32da238dfb1d5157 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c9f4b66b3..bf110dcc7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
.qbs
build
*.dll
+*.dylib
*.exe
*.exp
*.ilk
@@ -22,5 +23,6 @@ Makefile*
testOptions
testTools
+*.app/
bin/*
doc/html/*