aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2016-09-14 08:12:15 +0200
committerOrgad Shaneh <orgads@gmail.com>2016-09-17 19:59:18 +0000
commit8f8cb810e3a9ed29eac62fd8591bfeb99c4dfb01 (patch)
treee55c8fe54e78ed737de882e6b4868d6c78b53b57 /.gitignore
parentebd5539a746237f4684db25de2bc63035a0aea54 (diff)
.gitignore: Sort sections
Change-Id: I4d2cc1e2e5fdaf71b1de07261b05438e0961ef83 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore176
1 files changed, 88 insertions, 88 deletions
diff --git a/.gitignore b/.gitignore
index c74fbe1fd5..3a51d5a0a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,57 +1,57 @@
# This file is used to ignore files which are generated
# ----------------------------------------------------------------------------
-*~
-*.autosave
+!core/
+*.*#
*.a
+*.app
+*.autosave
*.core
+*.debug
+*.embed.manifest
*.moc
*.o
*.obj
*.orig
+*.prl
+*.qm
+*.rc
*.rej
+*.res
*.so
*.so.*
*_pch.h.cpp
*_resource.rc
-*.qm
+*_wrapper.bat
+*_wrapper.sh
+*~
.#*
-*.*#
-core
-!core/
-tags
.DS_Store
-*.debug
+/.qmake.cache
+/.qmake.stash
Makefile*
-*.prl
-*.app
+Thumbs.db
+core
moc_*.cpp
-ui_*.h
qrc_*.cpp
-Thumbs.db
-*.res
-*.rc
-*.embed.manifest
-/.qmake.cache
-/.qmake.stash
-*_wrapper.sh
-*_wrapper.bat
-wrapper.sh
+tags
+ui_*.h
wrapper.bat
+wrapper.sh
# qtcreator generated files
-*.pro.user*
*.creator.user*
+*.pro.user*
+*.pyqtc.user*
*.qbs.user*
*.qmlproject.user*
-*.pyqtc.user*
-/src/plugins/**/*.json
-/src/app/Info.plist
-app_version.h
-/src/plugins/coreplugin/ide_version.h
/share/qtcreator/externaltools
/share/qtcreator/fonts/
/share/qtcreator/generic-highlighter/
+/src/app/Info.plist
+/src/plugins/**/*.json
+/src/plugins/coreplugin/ide_version.h
+app_version.h
phony.c
# xemacs temporary files
@@ -64,21 +64,21 @@ phony.c
*.ib_pdb_index
*.idb
*.ilk
+*.ncb
+*.opensdf
*.pdb
+*.sdf
*.sln
*.suo
*.vcproj
-*vcproj.*.*.user
-*.ncb
-*.sdf
-*.opensdf
*.vcxproj
+*vcproj.*.*.user
*vcxproj.*
# gcov files
-*.gcov
*.gcda
*.gcno
+*.gcov
# MinGW generated files
*.Debug
@@ -94,28 +94,28 @@ phony.c
# Directories to ignore
# ---------------------
-debug/
-release/
-/lib/
-/libexec/
-/lib64/
+.moc/
+.obj/
+.pch/
+.rcc/
+.uic/
/*-debug/
/*-release/
-/doc/html/
-/doc/html-dev/
-/doc/api/html/
-/doc/pluginhowto/html/
+/dist/gdb/*.gz
/dist/gdb/python/
/dist/gdb/qtcreator-*/
/dist/gdb/source/
/dist/gdb/staging/
-/dist/gdb/*.gz
-.moc/
-.obj/
-.pch/
-.rcc/
-.uic/
+/doc/api/html/
+/doc/html-dev/
+/doc/html/
+/doc/pluginhowto/html/
+/lib/
+/lib64/
+/libexec/
+debug/
ipch/
+release/
tmp/
# ignore both a directory as well as a symlink
/share/qtcreator/QtProject
@@ -129,12 +129,12 @@ tmp/
/bin/cpaster
/bin/cplusplus-ast2png
/bin/cplusplus-frontend
+/bin/cplusplus-keywordgen
/bin/cplusplus-mkvisitor
/bin/cplusplus-update-frontend
-/bin/cplusplus-keywordgen
/bin/qbs*
-/bin/qmlpuppet
/bin/qml2puppet
+/bin/qmlpuppet
/bin/qtcreator
/bin/qtcreator_crash_handler
/bin/qtcreator_ctrlc_stub
@@ -143,31 +143,33 @@ tmp/
/bin/sdktool
/share/doc/qtcreator/*.qch
/share/qtcreator/qbs/
-/src/tools/qml/qmldump/qmldump
/src/tools/examplesscanner/examplesscanner
+/src/tools/qml/qmldump/qmldump
/src/tools/valgrindfake/valgrind-fake
# Tests
#------
-/tests/manual/qml-ast2dot/qml-ast2dot
-/tests/manual/debugger/simple/libsimple_test_plugin.*dylib
-/tests/manual/debugger/simple/simple_test_app
-/tests/manual/preprocessor/pp
/tests/auto/aggregation/tst_aggregation
+/tests/auto/algorithm/tst_algorithm
/tests/auto/changeset/tst_changeset
+/tests/auto/clangstaticanalyzer/clangstaticanalyzerlogfilereader/tst_clangstaticanalyzerlogfilereader
+/tests/auto/clangstaticanalyzer/clangstaticanalyzerrunner/tst_clangstaticanalyzerrunnertest
+/tests/auto/cplusplus/ast/tst_ast
+/tests/auto/cplusplus/c99/tst_c99
/tests/auto/cplusplus/checksymbols/tst_checksymbols
+/tests/auto/cplusplus/codeformatter/tst_codeformatter
/tests/auto/cplusplus/codegen/tst_codegen
-/tests/auto/cplusplus/cxx11/tst_cxx11
+/tests/auto/cplusplus/cppselectionchanger/tst_cppselectionchanger
/tests/auto/cplusplus/cxx11/tst_c99
-/tests/auto/cplusplus/lexer/tst_lexer
-/tests/auto/cplusplus/misc/tst_misc
-/tests/auto/cplusplus/simplifytypes/tst_simplifytypes
-/tests/auto/cplusplus/ast/tst_ast
-/tests/auto/cplusplus/codeformatter/tst_codeformatter
+/tests/auto/cplusplus/cxx11/tst_cxx11
+/tests/auto/cplusplus/fileiterationorder/tst_fileiterationorder
/tests/auto/cplusplus/findusages/tst_findusages
+/tests/auto/cplusplus/lexer/tst_lexer
/tests/auto/cplusplus/lookup/tst_lookup
+/tests/auto/cplusplus/misc/tst_misc
/tests/auto/cplusplus/preprocessor/tst_preprocessor
/tests/auto/cplusplus/semantic/tst_semantic
+/tests/auto/cplusplus/simplifytypes/tst_simplifytypes
/tests/auto/cplusplus/translationunit/tst_translationunit
/tests/auto/cplusplus/typeprettyprinter/tst_typeprettyprinter
/tests/auto/debugger/qt_tst_dumpers_*
@@ -186,14 +188,19 @@ tmp/
/tests/auto/externaltool/tst_externaltool
/tests/auto/fakevim/tst_fakevim
/tests/auto/filesearch/tst_filesearch
+/tests/auto/flamegraph/tst_flamegraph
/tests/auto/generichighlighter/highlighterengine/tst_highlighterengine
/tests/auto/generichighlighter/specificrules/tst_specificrules
/tests/auto/ioutils/tst_ioutils
+/tests/auto/json/tst_json
+/tests/auto/mapreduce/tst_mapreduce
/tests/auto/profilewriter/tst_profilewriter
/tests/auto/qml/codemodel/check/tst_codemodel_check
/tests/auto/qml/codemodel/dependencies/tst_dependencies
+/tests/auto/qml/codemodel/importscheck/tst_qml_imports_check
/tests/auto/qml/persistenttrie/tst_trie_check
/tests/auto/qml/qmldesigner/bauhaustests/tst_bauhaus
+/tests/auto/qml/qmldesigner/coretests/tst_coretests
/tests/auto/qml/qmldesigner/coretests/tst_qmldesigner_core
/tests/auto/qml/qmldesigner/propertyeditortests/tst_propertyeditor
/tests/auto/qml/qmleditor/qmlcodeformatter/tst_qmlcodeformatter
@@ -202,10 +209,26 @@ tmp/
/tests/auto/qml/qrcparser/tst_qrcparser
/tests/auto/qml/reformatter/tst_reformatter
/tests/auto/qtcprocess/tst_qtcprocess
+/tests/auto/runextensions/tst_runextensions
+/tests/auto/sdktool/tst_sdktool
+/tests/auto/timeline/timelineabstractrenderer/tst_timelineabstractrenderer
+/tests/auto/timeline/timelineitemsrenderpass/tst_timelineitemsrenderpass
+/tests/auto/timeline/timelinemodel/tst_timelinemodel
+/tests/auto/timeline/timelinemodelaggregator/tst_timelinemodelaggregator
+/tests/auto/timeline/timelinenotesmodel/tst_timelinenotesmodel
+/tests/auto/timeline/timelinenotesrenderpass/tst_timelinenotesrenderpass
+/tests/auto/timeline/timelineoverviewrenderer/tst_timelineoverviewrenderer
+/tests/auto/timeline/timelinerenderer/tst_timelinerenderer
+/tests/auto/timeline/timelinerenderpass/tst_timelinerenderpass
+/tests/auto/timeline/timelinerenderstate/tst_timelinerenderstate
+/tests/auto/timeline/timelineselectionrenderpass/tst_timelineselectionrenderpass
+/tests/auto/timeline/timelinezoomcontrol/tst_timelinezoomcontrol
/tests/auto/treeviewfind/tst_treeviewfind
/tests/auto/utils/ansiescapecodehandler/tst_ansiescapecodehandler
/tests/auto/utils/fileutils/tst_fileutils
+/tests/auto/utils/stringutils/tst_stringutils
/tests/auto/utils/templateengine/tst_templateengine
+/tests/auto/utils/treemodel/tst_treemodel
/tests/auto/valgrind/callgrind/tst_callgrindparsertests
/tests/auto/valgrind/memcheck/modeldemo
/tests/auto/valgrind/memcheck/testapps/free1/free1
@@ -224,9 +247,15 @@ tmp/
/tests/auto/valgrind/memcheck/tst_testrunner
/tests/manual/debugger/gui/gui
/tests/manual/debugger/helper/helper
+/tests/manual/debugger/simple/libsimple_test_plugin.*dylib
+/tests/manual/debugger/simple/simple_test_app
/tests/manual/fakevim/tst_fakevim
+/tests/manual/pluginview/tst_plugindialog
+/tests/manual/preprocessor/pp
/tests/manual/process/process
/tests/manual/proparser/testreader
+/tests/manual/qml-ast2dot/qml-ast2dot
+/tests/manual/shootout/shootout
/tests/manual/ssh/errorhandling/errorhandling
/tests/manual/ssh/remoteprocess/remoteprocess
/tests/manual/ssh/sftp/sftp
@@ -234,35 +263,6 @@ tmp/
/tests/manual/ssh/shell/shell
/tests/manual/ssh/tunnel/tunnel
/tests/tools/qml-ast2dot/qml-ast2dot
-/tests/auto/algorithm/tst_algorithm
-/tests/auto/clangstaticanalyzer/clangstaticanalyzerlogfilereader/tst_clangstaticanalyzerlogfilereader
-/tests/auto/clangstaticanalyzer/clangstaticanalyzerrunner/tst_clangstaticanalyzerrunnertest
-/tests/auto/cplusplus/c99/tst_c99
-/tests/auto/cplusplus/cppselectionchanger/tst_cppselectionchanger
-/tests/auto/cplusplus/fileiterationorder/tst_fileiterationorder
-/tests/auto/flamegraph/tst_flamegraph
-/tests/auto/json/tst_json
-/tests/auto/mapreduce/tst_mapreduce
-/tests/auto/qml/codemodel/importscheck/tst_qml_imports_check
-/tests/auto/qml/qmldesigner/coretests/tst_coretests
-/tests/auto/runextensions/tst_runextensions
-/tests/auto/sdktool/tst_sdktool
-/tests/auto/timeline/timelineabstractrenderer/tst_timelineabstractrenderer
-/tests/auto/timeline/timelineitemsrenderpass/tst_timelineitemsrenderpass
-/tests/auto/timeline/timelinemodel/tst_timelinemodel
-/tests/auto/timeline/timelinemodelaggregator/tst_timelinemodelaggregator
-/tests/auto/timeline/timelinenotesmodel/tst_timelinenotesmodel
-/tests/auto/timeline/timelinenotesrenderpass/tst_timelinenotesrenderpass
-/tests/auto/timeline/timelineoverviewrenderer/tst_timelineoverviewrenderer
-/tests/auto/timeline/timelinerenderer/tst_timelinerenderer
-/tests/auto/timeline/timelinerenderpass/tst_timelinerenderpass
-/tests/auto/timeline/timelinerenderstate/tst_timelinerenderstate
-/tests/auto/timeline/timelineselectionrenderpass/tst_timelineselectionrenderpass
-/tests/auto/timeline/timelinezoomcontrol/tst_timelinezoomcontrol
-/tests/auto/utils/stringutils/tst_stringutils
-/tests/auto/utils/treemodel/tst_treemodel
-/tests/manual/pluginview/tst_plugindialog
-/tests/manual/shootout/shootout
/tests/unit/echoserver/echo
/tests/unit/unittest/unittest