From dbc49a32b8990e1f0f915f73ed195f7120dcb295 Mon Sep 17 00:00:00 2001 From: Andre Hartmann Date: Tue, 22 Dec 2015 14:32:24 +0100 Subject: [PATCH] GenericProject: Wizard: ignore .user backups also Change-Id: I35e4ee4204d2595158f5630444dba184a6cbeebd Reviewed-by: Tobias Hunger --- src/plugins/projectexplorer/projectexplorerconstants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/projectexplorerconstants.h b/src/plugins/projectexplorer/projectexplorerconstants.h index 289ffeadfc4..c7cb94e4c0b 100644 --- a/src/plugins/projectexplorer/projectexplorerconstants.h +++ b/src/plugins/projectexplorer/projectexplorerconstants.h @@ -247,7 +247,7 @@ const char VAR_CURRENTDEVICE_PRIVATEKEYFILE[] = "CurrentDevice:PrivateKeyFile"; const char HIDE_FILE_FILTER_SETTING[] = "GenericProject/FileFilter"; const char HIDE_FILE_FILTER_DEFAULT[] = "Makefile*; *.o; *.lo; *.la; *.obj; *~; *.files;" - " *.config; *.creator; *.user; *.includes; *.autosave"; + " *.config; *.creator; *.user*; *.includes; *.autosave"; const char SHOW_FILE_FILTER_SETTING[] = "GenericProject/ShowFileFilter"; const char SHOW_FILE_FILTER_DEFAULT[] = "*.c; *.cc; *.cpp; *.cp; *.cxx; *.c++; *.h; *.hh; *.hpp; *.hxx;";