aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 06c9cf6da518156d79eb94f77f6f91feff23a126 (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
.qbs
build
*.dll
*.exe
*.exp
*.manifest
*.obj
*.pdb
*.pro.user
*~
*.o
*.lib
*.so
moc_*.cpp
*.moc
*.qch
*.a
*.cpp.orig

Makefile*
testOptions
testTools

bin/*
doc/html/*