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 *.swp
*.pyc *.pyc
*.a *.a
debian/*.debhelper /debian/*.debhelper
debian/files /debian/files
debian/*.log /debian/*.log
debian/*.substvars /debian/*.substvars
debian/*/ /debian/*/
/deploy/qt-*.tar.gz /deploy/qt-*.tar.gz
/deploy/Qt-* /deploy/Qt-*
/symbols /symbols
src/qt/qtc-debugging-helper /src/qt/qtc-debugging-helper
/src/phantomjs_plugin_import.cpp
# ignore ctags # ignore ctags
/tags /tags
tools/dump_syms.app/ /tools/dump_syms.app/
# Ignore Visual Studio temporary files, build results, etc # Ignore Visual Studio temporary files, build results, etc
*.suo *.suo