| 1 |
# This file is used to ignore files which are generated |
| 2 |
# ---------------------------------------------------------------------------- |
| 3 |
|
| 4 |
*~ |
| 5 |
*.autosave |
| 6 |
*.a |
| 7 |
*.core |
| 8 |
*.moc |
| 9 |
*.o |
| 10 |
*.obj |
| 11 |
*.orig |
| 12 |
*.rej |
| 13 |
*.so |
| 14 |
*_pch.h.cpp |
| 15 |
*_resource.rc |
| 16 |
*.qm |
| 17 |
.#* |
| 18 |
*.*# |
| 19 |
core |
| 20 |
!core/ |
| 21 |
tags |
| 22 |
.DS_Store |
| 23 |
*.debug |
| 24 |
Makefile* |
| 25 |
*.prl |
| 26 |
*.app |
| 27 |
moc_*.cpp |
| 28 |
ui_*.h |
| 29 |
qrc_*.cpp |
| 30 |
Thumbs.db |
| 31 |
|
| 32 |
# qtcreator generated files |
| 33 |
*.pro.user* |
| 34 |
*.qmlproject.user* |
| 35 |
*.pluginspec |
| 36 |
src/app/Info.plist |
| 37 |
app_version.h |
| 38 |
src/plugins/coreplugin/ide_version.h |
| 39 |
share/qtcreator/externaltools |
| 40 |
phony.c |
| 41 |
|
| 42 |
# xemacs temporary files |
| 43 |
*.flc |
| 44 |
|
| 45 |
# Vim temporary files |
| 46 |
.*.swp |
| 47 |
|
| 48 |
# Visual Studio generated files |
| 49 |
*.ib_pdb_index |
| 50 |
*.idb |
| 51 |
*.ilk |
| 52 |
*.pdb |
| 53 |
*.sln |
| 54 |
*.suo |
| 55 |
*.vcproj |
| 56 |
*vcproj.*.*.user |
| 57 |
*.ncb |
| 58 |
*.sdf |
| 59 |
*.opensdf |
| 60 |
*.vcxproj |
| 61 |
*vcxproj.* |
| 62 |
|
| 63 |
# MinGW generated files |
| 64 |
*.Debug |
| 65 |
*.Release |
| 66 |
|
| 67 |
# translation related: |
| 68 |
share/qtcreator/translations/*_tr.h |
| 69 |
share/qtcreator/translations/qtcreator_untranslated.ts |
| 70 |
|
| 71 |
# Directories to ignore |
| 72 |
# --------------------- |
| 73 |
|
| 74 |
build |
| 75 |
debug |
| 76 |
lib/* |
| 77 |
lib64/* |
| 78 |
release |
| 79 |
doc/html/* |
| 80 |
doc/html-dev/* |
| 81 |
doc/api/html/* |
| 82 |
doc/pluginhowto/html/* |
| 83 |
dist/gdb/python |
| 84 |
.rcc |
| 85 |
.pch |
| 86 |
dist/gdb/qtcreator-* |
| 87 |
dist/gdb/source |
| 88 |
dist/gdb/staging |
| 89 |
ipch |
| 90 |
tmp |
| 91 |
|
| 92 |
# Binaries |
| 93 |
# -------- |
| 94 |
bin/*.dll |
| 95 |
bin/qtcreator |
| 96 |
bin/qtcreator_process_stub* |
| 97 |
bin/qtcreator_ctrlc_stub* |
| 98 |
bin/qtcreator.exe |
| 99 |
bin/qmlpuppet |
| 100 |
bin/qmlpuppet.exe |
| 101 |
bin/qml2puppet |
| 102 |
bin/qml2puppet.exe |
| 103 |
bin/qtpromaker |
| 104 |
bin/qtpromaker.exe |
| 105 |
share/doc/qtcreator/*.qch |
| 106 |
src/tools/gen-cpp-ast/generate-ast |
| 107 |
src/tools/mkvisitor/cplusplus0 |
| 108 |
src/tools/qml/qmldump/qmldump |
| 109 |
src/tools/examplesscanner/examplesscanner |
| 110 |
src/tools/valgrindfake/valgrind-fake |
| 111 |
bin/*.exe |
| 112 |
|
| 113 |
# Tests |
| 114 |
#------ |
| 115 |
tests/manual/cplusplus-frontend/cplusplus0 |
| 116 |
tests/manual/cplusplus-dump/cplusplus0 |
| 117 |
tests/manual/qml-ast2dot/qml-ast2dot |
| 118 |
tests/manual/debugger/simple/libsimple_test_plugin.*dylib |
| 119 |
tests/manual/debugger/simple/simple_test_app |
| 120 |
tests/manual/plain-cplusplus/plain-c++ |
| 121 |
tests/manual/preprocessor/pp |
| 122 |
tests/auto/cplusplus/codegen/tst_codegen |
| 123 |
tests/auto/cplusplus/ast/tst_ast |
| 124 |
tests/auto/cplusplus/codeformatter/tst_codeformatter |
| 125 |
tests/auto/cplusplus/findusages/tst_findusages |
| 126 |
tests/auto/cplusplus/lookup/tst_lookup |
| 127 |
tests/auto/cplusplus/preprocessor/tst_preprocessor |
| 128 |
tests/auto/cplusplus/semantic/tst_semantic |
| 129 |
tests/auto/cplusplus/typeprettyprinter/tst_typeprettyprinter |
| 130 |
tests/auto/qml/qmldesigner/bauhaustests/tst_bauhaus |
| 131 |
tests/auto/qml/qmldesigner/coretests/tst_qmldesigner_core |
| 132 |
tests/auto/qml/qmldesigner/propertyeditortests/tst_propertyeditor |
| 133 |
tests/auto/profilewriter/tst_profilewriter |
| 134 |
tests/auto/externaltool/tst_externaltool |
| 135 |
tests/valgrind/memcheck/modeldemo |
| 136 |
tests/valgrind/memcheck/parsertests |
| 137 |
tests/valgrind/memcheck/testapps/free1/free1 |
| 138 |
tests/valgrind/memcheck/testapps/free2/free2 |
| 139 |
tests/valgrind/memcheck/testapps/invalidjump/invalidjump |
| 140 |
tests/valgrind/memcheck/testapps/leak1/leak1 |
| 141 |
tests/valgrind/memcheck/testapps/leak2/leak2 |
| 142 |
tests/valgrind/memcheck/testapps/leak3/leak3 |
| 143 |
tests/valgrind/memcheck/testapps/leak4/leak4 |
| 144 |
tests/valgrind/memcheck/testapps/overlap/overlap |
| 145 |
tests/valgrind/memcheck/testapps/syscall/syscall |
| 146 |
tests/valgrind/memcheck/testapps/uninit1/uninit1 |
| 147 |
tests/valgrind/memcheck/testapps/uninit2/uninit2 |
| 148 |
tests/valgrind/memcheck/testapps/uninit3/uninit3 |
| 149 |
tests/valgrind/memcheck/testrunner |
| 150 |
tests/valgrind/callgrind/callgrindparsertests |
| 151 |
tests/valgrind/callgrind/modeltest |