From 9a6c7b1b222c85c56a48e192b34a90582b942674 Mon Sep 17 00:00:00 2001 From: Aaron McCarthy Date: Wed, 20 Jul 2011 15:24:13 +1000 Subject: Remove dangerous ignore rules. The wildcard usage in these ignore rules are too vague and can potentially match source files. More specific rules should be added if required. Change-Id: I703bb5dd1475bdf93b7680a2819275a7a769a98c Reviewed-on: http://codereview.qt.nokia.com/2806 Reviewed-by: Qt Sanity Bot Reviewed-by: Aaron McCarthy --- .gitignore | 19 ------------------- 1 file changed, 19 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 60f2b916..9566aa18 100644 --- a/.gitignore +++ b/.gitignore @@ -1,25 +1,6 @@ # This file is used to ignore files which are generated in the Qt build system # ---------------------------------------------------------------------------- -examples/*/*/* -!examples/*/*/*[.]* -!examples/*/*/README -examples/*/*/*[.]app -!examples/declarative/* -!examples/declarative/*/* -!examples/tutorials/* -!examples/tutorials/*/* -!examples/ja_JP/*/* -demos/*/* -!demos/spectrum/* -demos/spectrum/bin -!demos/*/*[.]* -demos/*/*[.]app -!demos/declarative/* -config.tests/*/*/* -!config.tests/*/*/*[.]* -config.tests/*/*/*[.]app - qml_location_* callgrind.out.* -- cgit v1.2.1