From f6a097032aab43f4b94d09d52ff16578ef1c02a2 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 20 May 2011 15:10:15 +1000 Subject: fix incorrect .gitignore An incorrect .gitignore file caused demo and examples from being properly committed. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2eb894a8..60f2b916 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ examples/*/*/* !examples/*/*/README examples/*/*/*[.]app !examples/declarative/* +!examples/declarative/*/* !examples/tutorials/* !examples/tutorials/*/* !examples/ja_JP/*/* @@ -19,6 +20,8 @@ config.tests/*/*/* !config.tests/*/*/*[.]* config.tests/*/*/*[.]app +qml_location_* + callgrind.out.* pcviewer.cfg *~ -- cgit v1.2.1