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.
2.0
Zack Weinberg 2014-08-13 19:57:55 -04:00 committed by Ariya Hidayat
parent 0c8eb88c15
commit b81d7aec0a
1 changed files with 8 additions and 7 deletions

15
.gitignore vendored
View File

@ -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