OSDN Git Service

Added tests for the InsertionPointLocator and fixed bugs.
[qt-creator-jp/qt-creator-jp.git] / .gitignore
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 !core/
20 tags
21 .DS_Store
22 *.debug
23 Makefile*
24 *.prl
25 *.app
26 moc_*.cpp
27 ui_*.h
28 qrc_*.cpp
29 Thumbs.db
30
31 # qtcreator generated files
32 *.pro.user*
33
34 # xemacs temporary files
35 *.flc
36
37 # Vim temporary files
38 .*.swp
39
40 # Visual Studio generated files
41 *.ib_pdb_index
42 *.idb
43 *.ilk
44 *.pdb
45 *.sln
46 *.suo
47 *.vcproj
48 *vcproj.*.*.user
49 *.ncb
50
51 # MinGW generated files
52 *.Debug
53 *.Release
54
55 # translation related:
56 share/qtcreator/translations/*_tr.h
57 share/qtcreator/translations/qtcreator_untranslated.ts
58
59 # Directories to ignore
60 # ---------------------
61
62 debug
63 lib/*
64 lib64/*
65 release
66 doc/html/*
67 doc/api/html/*
68 doc/pluginhowto/html/*
69 .rcc
70 .pch
71
72 # Binaries
73 # --------
74 bin/*.dll
75 bin/qtcreator
76 bin/qtcreator_process_stub*
77 bin/qtcreator.exe
78 share/doc/qtcreator/qtcreator.qch
79 tests/manual/cplusplus/cplusplus0
80 tests/manual/cplusplus-dump/cplusplus0
81 tests/manual/qml-ast2dot/qml-ast2dot
82 tests/auto/cplusplus/codegen/tst_codegen
83 tests/auto/qml/qmldesigner/bauhaustests/tst_bauhaus
84 tests/auto/qml/qmldesigner/coretests/tst_qmldesigner_core
85 tests/auto/qml/qmldesigner/propertyeditortests/tst_propertyeditor
86 tests/auto/profilewriter/tst_profilewriter
87 src/tools/cplusplus/generate-ast
88 src/tools/qml/qmldump/qmldump