From b81d7aec0a755ef093ad46e5104e4b1ec7be9ebe Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Wed, 13 Aug 2014 19:57:55 -0400 Subject: [PATCH] Update .gitignore for Qt 5.3. * Ignore src/phantomjs_plugin_import.cpp, which is now created during the build. * Add leading slashes to a bunch of files that should not be ignored if they crop up in subdirectories. Part of issue #12467. --- .gitignore | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 2f671637..534fe4f5 100644 --- a/.gitignore +++ b/.gitignore @@ -10,19 +10,20 @@ qrc_* *.swp *.pyc *.a -debian/*.debhelper -debian/files -debian/*.log -debian/*.substvars -debian/*/ +/debian/*.debhelper +/debian/files +/debian/*.log +/debian/*.substvars +/debian/*/ /deploy/qt-*.tar.gz /deploy/Qt-* /symbols -src/qt/qtc-debugging-helper +/src/qt/qtc-debugging-helper +/src/phantomjs_plugin_import.cpp # ignore ctags /tags -tools/dump_syms.app/ +/tools/dump_syms.app/ # Ignore Visual Studio temporary files, build results, etc *.suo