~kissiel/checkbox/error-reporting

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
# Ignore all python3 bytecode data
__pycache__/
# As well as all python2 bytecode data
*.pyc
# Ignore setuptools artifacts
build
dist
*.egg-info
# Ignore coverage artifacts
.coverage
htmlcov
# Ignore logs created by test-in-vagrant.sh and test-in-lxc.sh
vagrant-logs
lxc-logs
# Ignore vagrant state file
.vagrant
# The list below is riddled with junk created by running the test suite of checkbox
# It should be really cleaned up as tests should _not_ do that but right now it's more
# annoying than dangerous so I'll get rid of the noise first
*.o
# Attic where zygmunt puts random stuff
_attic
# Orig files from diffs and patches
*.orig
# Ignore stuff we get from somewhere else
support/external-tarballs
support/checkbox-packaging
# Ignore generated meta-object compiler files
moc_*.cpp
# Ignore particular generated makefiles
checkbox-gui/Makefile
checkbox-gui/checkbox-gui/Makefile
checkbox-gui/gui-engine/Makefile
checkbox-gui/po/Makefile
checkbox-gui/test-gui-engine/Makefile
# Ignore particular binaries
checkbox-gui/checkbox-gui/checkbox-gui
checkbox-gui/plugins/libgui-engine.so
checkbox-gui/test-gui-engine/test-gui-engine
# Ignore checkbox-gui share and lib directories
checkbox-gui/lib
checkbox-gui/share
# Ignore any patches that may lay around
*.patch
# Ignore SDK per-user files
*.qmlproject.user
# Ignore SDK builds
build-checkbox-touch-*
# Ignore c9.io state files
.c9