| 8f427b2 by axis at 2009-04-24 | 1 | # This file is used to ignore files which are generated in the Qt build system |
| 2 | # ---------------------------------------------------------------------------- |
|
| 3 | ||
| 4 | examples/*/*/* |
|
| 5 | !examples/*/*/*[.]* |
|
| 6 | !examples/*/*/README |
|
| 7 | examples/*/*/*[.]app |
|
| 8 | demos/*/* |
|
| e9dda3c by Gareth Stockwell at 2010-05-05 | 9 | !demos/spectrum/* |
| 10 | demos/spectrum/bin |
|
| 8f427b2 by axis at 2009-04-24 | 11 | !demos/*/*[.]* |
| 12 | demos/*/*[.]app |
|
| 13 | config.tests/*/*/* |
|
| 14 | !config.tests/*/*/*[.]* |
|
| 15 | config.tests/*/*/*[.]app |
|
| 16 | ||
| 17 | *~ |
|
| 18 | *.a |
|
| 19 | *.core |
|
| 20 | *.moc |
|
| 21 | *.o |
|
| 22 | *.obj |
|
| 23 | *.orig |
|
| 24 | *.swp |
|
| 25 | *.rej |
|
| 26 | *.so |
|
| 27 | *.pbxuser |
|
| 28 | *.mode1 |
|
| 29 | *.mode1v3 |
|
| 30 | *_pch.h.cpp |
|
| 31 | *_resource.rc |
|
| 32 | .#* |
|
| 33 | *.*# |
|
| 34 | core |
|
| 35 | .qmake.cache |
|
| 36 | .qmake.vars |
|
| 37 | *.prl |
|
| 38 | tags |
|
| 39 | .DS_Store |
|
| 40 | *.debug |
|
| 41 | Makefile* |
|
| 42 | !qmake/Makefile.win32* |
|
| 43 | !qmake/Makefile.unix |
|
| 44 | *.prl |
|
| 45 | *.app |
|
| 46 | *.pro.user |
|
| 47 | bin/Qt*.dll |
|
| 48 | bin/assistant* |
|
| 49 | bin/designer* |
|
| 50 | bin/dumpcpp* |
|
| 51 | bin/idc* |
|
| 52 | bin/linguist* |
|
| 53 | bin/lrelease* |
|
| 54 | bin/lupdate* |
|
| 55 | bin/lconvert* |
|
| 56 | bin/moc* |
|
| 57 | bin/pixeltool* |
|
| 58 | bin/qmake* |
|
| d2bdb1f by Daniel Molkentin at 2009-08-21 | 59 | bin/qdoc3* |
| 8f427b2 by axis at 2009-04-24 | 60 | bin/qt3to4* |
| 61 | bin/qtdemo* |
|
| 967b698 by Markus Goetz at 2010-01-21 | 62 | bin/qttracereplay* |
| 8f427b2 by axis at 2009-04-24 | 63 | bin/rcc* |
| 64 | bin/uic* |
|
| 65 | bin/patternist* |
|
| 66 | bin/phonon* |
|
| 67 | bin/qcollectiongenerator* |
|
| 68 | bin/qdbus* |
|
| 69 | bin/qhelpconverter* |
|
| 70 | bin/qhelpgenerator* |
|
| 71 | bin/qtconfig* |
|
| 72 | bin/xmlpatterns* |
|
| 73 | bin/cetest* |
|
| 74 | bin/collectiongenerator |
|
| 75 | bin/helpconverter |
|
| 76 | bin/helpgenerator |
|
| 77 | configure.cache |
|
| 78 | config.status |
|
| 79 | mkspecs/default |
|
| 80 | mkspecs/qconfig.pri |
|
| 81 | moc_*.cpp |
|
| 82 | qmake/qmake.exe |
|
| 83 | qmake/Makefile.bak |
|
| 84 | src/corelib/global/qconfig.cpp |
|
| 85 | src/corelib/global/qconfig.h |
|
| 86 | src/corelib/global/qconfig.h.qmake |
|
| 87 | src/tools/uic/qclass_lib_map.h |
|
| 88 | ui_*.h |
|
| 89 | tests/auto/qprocess/test*/*.exe |
|
| 90 | tests/auto/qtcpsocket/stressTest/*.exe |
|
| 91 | tests/auto/qprocess/fileWriterProcess/*.exe |
|
| 92 | tests/auto/qmake/testdata/quotedfilenames/*.exe |
|
| 93 | tests/auto/compilerwarnings/*.exe |
|
| 94 | tests/auto/qmake/testdata/quotedfilenames/test.cpp |
|
| 95 | tests/auto/qprocess/fileWriterProcess.txt |
|
| 96 | .com.apple.timemachine.supported |
|
| 97 | tests/auto/qlibrary/libmylib.so* |
|
| 98 | tests/auto/qresourceengine/runtime_resource.rcc |
|
| 99 | tools/qtestlib/updater/updater* |
|
| 100 | tools/activeqt/testcon/testcon.tlb |
|
| 4aee3ad by Oswald Buddenhagen at 2009-06-15 | 101 | translations/*.qm |
| 8f427b2 by axis at 2009-04-24 | 102 | qrc_*.cpp |
| 103 | ||
| 104 | # xemacs temporary files |
|
| 105 | *.flc |
|
| 106 | ||
| 107 | # Vim temporary files |
|
| 108 | .*.swp |
|
| 109 | ||
| 110 | # Visual Studio generated files |
|
| 111 | *.ib_pdb_index |
|
| 112 | *.idb |
|
| 113 | *.ilk |
|
| 114 | *.pdb |
|
| 115 | *.sln |
|
| 116 | *.suo |
|
| 117 | *.vcproj |
|
| 118 | *vcproj.*.*.user |
|
| 119 | *.ncb |
|
| 120 | ||
| 121 | # MinGW generated files |
|
| 122 | *.Debug |
|
| 123 | *.Release |
|
| 124 | ||
| 125 | # WebKit temp files |
|
| 126 | src/3rdparty/webkit/WebCore/mocinclude.tmp |
|
| 127 | src/3rdparty/webkit/includes.txt |
|
| 128 | src/3rdparty/webkit/includes2.txt |
|
| 129 | ||
| 130 | # Symlinks generated by configure |
|
| 131 | tools/qvfb/qvfbhdr.h |
|
| 132 | tools/qvfb/qlock_p.h |
|
| 133 | tools/qvfb/qlock.cpp |
|
| 134 | tools/qvfb/qwssignalhandler.cpp |
|
| 135 | tools/qvfb/qwssignalhandler_p.h |
|
| 136 | .DS_Store |
|
| 137 | .pch |
|
| 138 | .rcc |
|
| 139 | *.app |
|
| 140 | config.status |
|
| 141 | config.tests/unix/cups/cups |
|
| 142 | config.tests/unix/getaddrinfo/getaddrinfo |
|
| 143 | config.tests/unix/getifaddrs/getifaddrs |
|
| 144 | config.tests/unix/iconv/iconv |
|
| 145 | config.tests/unix/ipv6/ipv6 |
|
| 146 | config.tests/unix/ipv6ifname/ipv6ifname |
|
| 147 | config.tests/unix/largefile/largefile |
|
| 148 | config.tests/unix/nis/nis |
|
| 149 | config.tests/unix/odbc/odbc |
|
| 150 | config.tests/unix/openssl/openssl |
|
| 151 | config.tests/unix/stl/stl |
|
| 152 | config.tests/unix/zlib/zlib |
|
| 153 | config.tests/unix/3dnow/3dnow |
|
| 154 | config.tests/unix/mmx/mmx |
|
| 155 | config.tests/unix/sse/sse |
|
| 156 | config.tests/unix/sse2/sse2 |
|
| 157 | ||
| 158 | ||
| 159 | ||
| 160 | # Directories to ignore |
|
| 161 | # --------------------- |
|
| 162 | ||
| 163 | debug |
|
| 164 | examples/tools/plugandpaint/plugins |
|
| 165 | include/* |
|
| 166 | include/*/* |
|
| 167 | lib/* |
|
| 168 | !lib/fonts |
|
| 169 | !lib/README |
|
| 170 | plugins/*/* |
|
| 171 | release |
|
| 172 | tmp |
|
| 173 | doc-build |
|
| 174 | doc/html/* |
|
| 175 | doc/qch |
|
| 176 | doc-build |
|
| 177 | .rcc |
|
| 178 | .pch |
|
| 56cec4c by Shane Kearns at 2009-09-15 | 179 | .metadata |
| 8f427b2 by axis at 2009-04-24 | 180 | |
| 181 | # Symbian build system generated files |
|
| 182 | # --------------------- |
|
| 183 | ||
| 184 | ABLD.BAT |
|
| 185 | bld.inf |
|
| 186 | *.mmp |
|
| 187 | *.mk |
|
| 188 | *.rss |
|
| 189 | *.loc |
|
| 190 | !s60main.rss |
|
| 191 | *.pkg |
|
| 192 | plugin_commonU.def |
|
| 943519b by axis at 2009-05-04 | 193 | *.qtplugin |
| 8f427b2 by axis at 2009-04-24 | 194 | *.sis |
| 195 | *.sisx |
|
| a53bbbf by Shane Kearns at 2009-11-13 | 196 | *.lst |
| 8f427b2 by axis at 2009-04-24 | 197 | |
| 198 | # Generated by abldfast.bat from devtools. |
|
| 199 | .abldsteps.* |
|
| 200 | ||
| 201 | # Carbide project files |
|
| 202 | # --------------------- |
|
| 203 | .project |
|
| 204 | .cproject |
|
| 68827cd by Shane Kearns at 2009-09-02 | 205 | .make.cache |
| 56cec4c by Shane Kearns at 2009-09-15 | 206 | *.d |
| 8f427b2 by axis at 2009-04-24 | 207 | |
| 4aee3ad by Oswald Buddenhagen at 2009-06-15 | 208 | qtc-debugging-helper |
| 8f427b2 by axis at 2009-04-24 | 209 | src/corelib/lib |
| 210 | src/network/lib |
|
| 211 | src/xml/lib/ |

