2147.2.2
by Zygmunt Krynicki
unify .bzrignore and .gitignore |
1 |
# Ignore all python3 bytecode data
|
1404.1.9
by Marc Tardif
Added __pycache__ to paths ignored by bzr. |
2 |
__pycache__
|
2147.2.2
by Zygmunt Krynicki
unify .bzrignore and .gitignore |
3 |
# Ignore setuptools artifacts
|
27.1.5
by Marc Tardif
Ignoring files generated by debuild. |
4 |
build
|
2147.2.2
by Zygmunt Krynicki
unify .bzrignore and .gitignore |
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
|
|
1907.2.12
by Zygmunt Krynicki
vagrant: add .vagrant to ignore files |
13 |
.vagrant |
2147.2.2
by Zygmunt Krynicki
unify .bzrignore and .gitignore |
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 |