This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
# This file is used to ignore files which are generated |
| 2 |
# ---------------------------------------------------------------------------- |
| 3 |
|
| 4 |
*~ |
| 5 |
*.a |
| 6 |
*.core |
| 7 |
*.moc |
| 8 |
*.o |
| 9 |
*.obj |
| 10 |
*.orig |
| 11 |
*.rej |
| 12 |
*.so |
| 13 |
*_pch.h.cpp |
| 14 |
*_resource.rc |
| 15 |
*.qm |
| 16 |
.#* |
| 17 |
*.*# |
| 18 |
core |
| 19 |
.qmake.cache |
| 20 |
tags |
| 21 |
.DS_Store |
| 22 |
*.debug |
| 23 |
Makefile* |
| 24 |
*.prl |
| 25 |
*.app |
| 26 |
moc_*.cpp |
| 27 |
ui_*.h |
| 28 |
qrc_*.cpp |
| 29 |
|
| 30 |
# qtcreator generated files |
| 31 |
*.pro.user |
| 32 |
|
| 33 |
# xemacs temporary files |
| 34 |
*.flc |
| 35 |
|
| 36 |
# Vim temporary files |
| 37 |
.*.swp |
| 38 |
|
| 39 |
# Visual Studio generated files |
| 40 |
*.ib_pdb_index |
| 41 |
*.idb |
| 42 |
*.ilk |
| 43 |
*.pdb |
| 44 |
*.sln |
| 45 |
*.suo |
| 46 |
*.vcproj |
| 47 |
*vcproj.*.*.user |
| 48 |
*.ncb |
| 49 |
|
| 50 |
# MinGW generated files |
| 51 |
*.Debug |
| 52 |
*.Release |
| 53 |
|
| 54 |
# translation related: |
| 55 |
share/qtcreator/translations/extract-mimetypes.xq |
| 56 |
|
| 57 |
# Directories to ignore |
| 58 |
# --------------------- |
| 59 |
|
| 60 |
debug |
| 61 |
examples/tools/plugandpaint/plugins |
| 62 |
include/* |
| 63 |
include/*/* |
| 64 |
lib/* |
| 65 |
lib64/* |
| 66 |
plugins/*/* |
| 67 |
release |
| 68 |
tmp |
| 69 |
doc-build |
| 70 |
doc/html/* |
| 71 |
doc/qch |
| 72 |
doc-build |
| 73 |
.rcc |
| 74 |
.pch |
| 75 |
src/corelib/lib |
| 76 |
src/network/lib |
| 77 |
src/xml/lib/ |
| 78 |
run/* |
| 79 |
|
| 80 |
# Binaries |
| 81 |
# -------- |
| 82 |
bin/*.dll |
| 83 |
bin/qtcreator.bin |
| 84 |
bin/qtcreator_process_stub* |
| 85 |
bin/qtcreator.exe |
| 86 |
share/doc/qtcreator/qtcreator.qch |
| 87 |
tests/manual/cplusplus/cplusplus0 |