aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: b81563648e57a199f1b03f6bd7fedbd8218457f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Ignore build output
.moc
.obj
QtCreatorPython
PythonExtension
.qmake.stash
Makefile
*.log
plugins/pythonextensions/PythonExtensions.json

# Ignore optional build directories
optional/build_*

# Ignore packaged examples and tests
examples/*.zip
tests/*.zip