~jocave/checkbox/hybrid-amd-gpu-mods

« back to all changes in this revision

Viewing changes to .bzrignore

  • Committer: Tarmac
  • Author(s): Zygmunt Krynicki
  • Date: 2013-06-01 08:23:08 UTC
  • mfrom: (2147.2.3 root-cleanup)
  • Revision ID: tarmac-20130601082308-8srz3hv5isa855md
"[r=zkrynicki][bug=][author=zkrynicki] automatic merge by tarmac"

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Ignore all python3 bytecode data
1
2
__pycache__
 
3
# Ignore setuptools artifacts
2
4
build
3
 
checkbox.log
4
 
checkbox.xsl
5
 
debian/*-cli.postrm
6
 
debian/*-gtk.postrm
7
 
debian/*-qt.postrm
8
 
debian/*-urwid.postrm
9
 
debian/*.debhelper
10
 
debian/*.log
11
 
debian/*.substvars
12
 
debian/checkbox
13
 
debian/checkbox-cli
14
 
debian/checkbox-gtk
15
 
debian/checkbox-qt
16
 
debian/checkbox-urwid
17
 
debian/files
18
 
debian/stamp-patched
19
 
debian/tmp
20
 
gtk/checkbox-gtk.glade.bak
21
 
gtk/checkbox-gtk.gladep
22
 
gtk/checkbox-gtk.gladep.bak
23
 
lock
24
 
plugins.bpickle
25
 
plugins.bpickle.old
26
 
python-build-stamp-2.5
27
 
qt/frontend/Makefile
28
 
qt/frontend/checkbox-qt-service
29
 
qt/frontend/moc_qtfront.cpp
30
 
qt/frontend/qrc_resources.cpp
31
 
qt/frontend/ui_qtfront.h
32
 
scripts/clocktest
33
 
scripts/threaded_memtest
34
 
store
35
 
submission
36
 
submission.xml
37
 
submission.xml
38
 
subunit.log
39
 
system
40
 
vagrant-logs/
 
5
dist
 
6
*.egg-info
 
7
# Ignore coverage artifacts
 
8
.coverage
 
9
htmlcov
 
10
# Ignore logs created by test-in-vagrant.sh
 
11
vagrant-logs
 
12
# Ignore vagrant state file
41
13
.vagrant
42
 
plainbox/plainbox.egg-info
 
14
# Ignore the two binary executables that checkbox scripts/ can build
 
15
checkbox-old/scripts/clocktest
 
16
checkbox-old/scripts/threaded_memtest
 
17
# The list below is riddled with junk created by running the test suite of checkbox
 
18
# It should be really cleaned up as tests should _not_ do that but right now it's more
 
19
# annoying than dangerous so I'll get rid of the noise first
 
20
*.o
 
21
checkbox-old/active_output
 
22
checkbox-old/checkbox.log
 
23
checkbox-old/checkbox.xsl
 
24
checkbox-old/plugins.bpickle
 
25
checkbox-old/plugins.bpickle.old
 
26
checkbox-old/qt/frontend/Makefile
 
27
checkbox-old/qt/frontend/checkbox-qt-service
 
28
checkbox-old/qt/frontend/moc_qtfront.cpp
 
29
checkbox-old/qt/frontend/qrc_resources.cpp
 
30
checkbox-old/qt/frontend/ui_qtfront.cpp
 
31
checkbox-old/qt/frontend/ui_qtfront.h
 
32
checkbox-old/store/
 
33
checkbox-old/submission.xml
 
34
checkbox-old/subunit.log
 
35
# Ignore junk created by dpkg-buildpackage
 
36
checkbox-old/debian/*-cli.postrm
 
37
checkbox-old/debian/*-gtk.postrm
 
38
checkbox-old/debian/*-qt.postrm
 
39
checkbox-old/debian/*-urwid.postrm
 
40
checkbox-old/debian/*.debhelper
 
41
checkbox-old/debian/*.log
 
42
checkbox-old/debian/*.substvars
 
43
checkbox-old/debian/checkbox
 
44
checkbox-old/debian/checkbox-cli
 
45
checkbox-old/debian/checkbox-gtk
 
46
checkbox-old/debian/checkbox-qt
 
47
checkbox-old/debian/checkbox-urwid
 
48
checkbox-old/debian/files
 
49
checkbox-old/debian/stamp-patched
 
50
checkbox-old/debian/tmp
 
51
# Ignore glade (editor?) temporary / support files
 
52
checkbox-old/gtk/checkbox-gtk.glade.bak
 
53
checkbox-old/gtk/checkbox-gtk.gladep
 
54
checkbox-old/gtk/checkbox-gtk.gladep.bak