diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2011-07-20 15:24:13 +1000 |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2011-08-10 07:58:30 +0200 |
commit | 9a6c7b1b222c85c56a48e192b34a90582b942674 (patch) | |
tree | a375a669d1115de5fcceb5041cab8a97f759e16b /.gitignore | |
parent | db7054fbea2b06197af2d27ac9d05c5198b1e866 (diff) | |
download | qtlocation-9a6c7b1b222c85c56a48e192b34a90582b942674.tar.gz |
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 <qt_sanity_bot@ovi.com>
Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -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.* |