OSDN Git Service

Doc - beginning editing the Changelog
[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 .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 # Directories to ignore
55 # ---------------------
56
57 debug
58 examples/tools/plugandpaint/plugins
59 include/*
60 include/*/*
61 lib/*
62 lib64/*
63 plugins/*/*
64 release
65 tmp
66 doc-build
67 doc/html/*
68 doc/qch
69 doc-build
70 .rcc
71 .pch
72 src/corelib/lib
73 src/network/lib
74 src/xml/lib/
75 run/*
76
77 # Binaries
78 # --------
79 bin/*.dll
80 bin/qtcreator.bin
81 bin/qtcreator_process_stub*
82 bin/qtcreator.exe
83 share/doc/qtcreator/qtcreator.qch
84 tests/manual/cplusplus/cplusplus0