summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2016-11-16 11:55:09 +0200
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2016-11-16 10:26:05 +0000
commit7222a14978bda9fa3911bfe6c9a263866e38ce21 (patch)
tree234bea662200ece708f20cffa799c1926afe62db /.gitignore
parent88224cf1b27557e129574c30ce5d51b71d1168ff (diff)
Make git ignore the generated wrapper scripts
Change-Id: Iab863275aef6e1a1e41d2bcd534a6ee9f8a81f26 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cd1417b84..32a748504 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,3 +73,9 @@ examples/*/*/*[.]exe
# Assimp
AssimpLog.txt
+
+# Generated wrapper scripts
+*_wrapper.sh
+*_wrapper.bat
+wrapper.sh
+wrapper.bat