summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-03-31 11:14:46 +1000
committerWarwick Allison <warwick.allison@nokia.com>2010-03-31 11:14:46 +1000
commitbe8c03e36b527d1ce8e99e470320938e8f138385 (patch)
treed28457d3f853de06075fe70b6e573b6813f4643f
parent70e3d8e58fa26708b8c3edc637e5a4668423e874 (diff)
Move gitignore to right level, update for Linux.
-rw-r--r--imports/.gitignore5
-rw-r--r--imports/Qt/.gitignore2
2 files changed, 5 insertions, 2 deletions
diff --git a/imports/.gitignore b/imports/.gitignore
new file mode 100644
index 0000000000..3b18f127a9
--- /dev/null
+++ b/imports/.gitignore
@@ -0,0 +1,5 @@
+*.dll
+*.dso
+*.so
+*.so.debug
+qmldir
diff --git a/imports/Qt/.gitignore b/imports/Qt/.gitignore
deleted file mode 100644
index bc54bd5c4f..0000000000
--- a/imports/Qt/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*.dll
-*.dso