summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 78433a4d9758b95360294577d246eddfe0f5bf1c (plain)
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
# C++ objects and libs

*.slo
*.lo
*.o
*.a
*.la
*.lai
*.so
*.so.*
*.dll
*.dylib
*.obj
Makefile*

# Directories to ignore
# ---------------------

include/*
include/*/*
lib/*

# generated module def and version header files
mkspecs/modules/qt_*.pri
mkspecs/modules-inst/

examples/websocketserver/websocketserver
build-examples-Qt_5_1_0_clang_64_temporary-Debug/websocketserver/websocketserver
examples/examples.pro.user.2.7pre1
build-unittests-Qt_5_1_0_clang_64-Debug/unittest_result.xml
build-unittests-Qt_5_1_0_clang_64-Debug/unittests
build-unittests-Qt_5_1_0_clang_64-Release/unittests
examples/.coverity-submit

# Qt specific
.qmake.cache
*.pro.user
*.pro.shared
moc_*.cpp
*.moc
*_resource.rc
ui_*.h
qrc_*.cpp

*~
*.pdb
*.exe
*.lib
*.res
*.exp
*.manifest
config.log
tmp
imports/*
include
tests/auto/cmake/build
lib/
mkspecs/