OSDN Git Service

QtCProcess: Use native separators for command
[qt-creator-jp/qt-creator-jp.git] / .gitignore
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 src/app/app_version.h
38 src/libs/utils/app_version.h
39 src/plugins/coreplugin/ide_version.h
40 share/qtcreator/externaltools
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
59 # MinGW generated files
60 *.Debug
61 *.Release
62
63 # translation related:
64 share/qtcreator/translations/*_tr.h
65 share/qtcreator/translations/qtcreator_untranslated.ts
66
67 # Directories to ignore
68 # ---------------------
69
70 build
71 debug
72 lib/*
73 lib64/*
74 release
75 doc/html/*
76 doc/html-dev/*
77 doc/api/html/*
78 doc/pluginhowto/html/*
79 .rcc
80 .pch
81
82 # Binaries
83 # --------
84 bin/*.dll
85 bin/qtcreator
86 bin/qtcreator_process_stub*
87 bin/qtcreator_ctrlc_stub*
88 bin/qtcreator.exe
89 bin/qmlpuppet
90 bin/qmlpuppet.exe
91 bin/qml2puppet
92 bin/qml2puppet.exe
93 bin/qtpromaker
94 bin/qtpromaker.exe
95 share/doc/qtcreator/*.qch
96 src/tools/gen-cpp-ast/generate-ast
97 src/tools/mkvisitor/cplusplus0
98 src/tools/qml/qmldump/qmldump
99 src/tools/examplesscanner/examplesscanner
100 src/tools/valgrindfake/valgrind-fake
101
102 # Tests
103 #------
104 tests/manual/cplusplus-frontend/cplusplus0
105 tests/manual/cplusplus-dump/cplusplus0
106 tests/manual/qml-ast2dot/qml-ast2dot
107 tests/manual/debugger/simple/libsimple_test_plugin.*dylib
108 tests/manual/debugger/simple/simple_test_app
109 tests/manual/plain-cplusplus/plain-c++
110 tests/manual/preprocessor/pp
111 tests/auto/cplusplus/codegen/tst_codegen
112 tests/auto/cplusplus/ast/tst_ast
113 tests/auto/cplusplus/codeformatter/tst_codeformatter
114 tests/auto/cplusplus/findusages/tst_findusages
115 tests/auto/cplusplus/lookup/tst_lookup
116 tests/auto/cplusplus/preprocessor/tst_preprocessor
117 tests/auto/cplusplus/semantic/tst_semantic
118 tests/auto/cplusplus/typeprettyprinter/tst_typeprettyprinter
119 tests/auto/qml/qmldesigner/bauhaustests/tst_bauhaus
120 tests/auto/qml/qmldesigner/coretests/tst_qmldesigner_core
121 tests/auto/qml/qmldesigner/propertyeditortests/tst_propertyeditor
122 tests/auto/profilewriter/tst_profilewriter
123 tests/auto/externaltool/tst_externaltool
124 tests/valgrind/memcheck/modeldemo
125 tests/valgrind/memcheck/parsertests
126 tests/valgrind/memcheck/testapps/free1/free1
127 tests/valgrind/memcheck/testapps/free2/free2
128 tests/valgrind/memcheck/testapps/invalidjump/invalidjump
129 tests/valgrind/memcheck/testapps/leak1/leak1
130 tests/valgrind/memcheck/testapps/leak2/leak2
131 tests/valgrind/memcheck/testapps/leak3/leak3
132 tests/valgrind/memcheck/testapps/leak4/leak4
133 tests/valgrind/memcheck/testapps/overlap/overlap
134 tests/valgrind/memcheck/testapps/syscall/syscall
135 tests/valgrind/memcheck/testapps/uninit1/uninit1
136 tests/valgrind/memcheck/testapps/uninit2/uninit2
137 tests/valgrind/memcheck/testapps/uninit3/uninit3
138 tests/valgrind/memcheck/testrunner
139 tests/valgrind/callgrind/callgrindparsertests
140 tests/valgrind/callgrind/modeltest