-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
67 lines (63 loc) · 982 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# This file is used to ignore files which are generated in the Qt build system
# ----------------------------------------------------------------------------
*~
*.a
*.core
*.ib_pdb_index
*.idb
*.ilk
*.moc
*.o
*.obj
*.orig
*.pdb
*.rej
*.sln
*.so
*.vcproj
*_pch.h.cpp
*_resource.rc
.#*
.qmake.cache
Makefile*
bin/Qt*.dll
bin/assistant*
bin/designer*
bin/dumpcpp*
bin/idc*
bin/linguist*
bin/lrelease*
bin/lupdate*
bin/moc*
bin/pixeltool*
bin/qmake*
bin/qt3to4*
bin/qtdemo*
bin/rcc*
bin/uic*
configure.cache
mkspecs/default
mkspecs/qconfig.pri
moc_*.cpp
qmake/qmake.exe
src/corelib/global/qconfig.cpp
src/corelib/global/qconfig.h
src/tools/uic/qclass_lib_map.h
ui_*.h
# Symlinks generated by configure
tools/qvfb/qvfbhdr.h
tools/qvfb/qlock_p.h
tools/qvfb/qlock.cpp
tools/qvfb/qwssignalhandler.cpp
tools/qvfb/qwssignalhandler_p.h
# Directories to ignore
# ---------------------
debug
examples/tools/plugandpaint/plugins
include/*
include/*/*
lib/*
plugins/*/*
release
tmp
doc/html/*