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

« back to all changes in this revision

Viewing changes to .gitignore

  • Committer: Zygmunt Krynicki
  • Date: 2013-05-17 13:54:25 UTC
  • mto: This revision was merged to the branch mainline in revision 2130.
  • Revision ID: zygmunt.krynicki@canonical.com-20130517135425-cxcenxx5t0qrtbxd
checkbox-ng: add CheckBoxNG sub-project

CheckBoxNG (or lowercase as checkbox-ng, pypi:checkbox-ng) is a clean
implementation of CheckBox on top of PlainBox. It provides a new
executable, 'checkbox' that has some of the same commands that were
previously implemented in the plainbox package.

In particular CheckBoxNG comes with the 'checkbox sru' command
(the same one as in plainbox). Later on this sub-command will be removed
from plainbox.

CheckBoxNG depends on plainbox >= 0.3

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Ignore all python3 bytecode data
2
 
__pycache__/
3
 
# As well as all python2 bytecode data
4
 
*.pyc
5
 
# Ignore setuptools artifacts
6
 
build
7
 
dist
8
 
*.egg-info
9
 
# Ignore coverage artifacts
10
 
.coverage
11
 
htmlcov
12
 
# Ignore logs created by test-in-vagrant.sh and test-in-lxc.sh
13
 
vagrant-logs
14
 
lxc-logs
 
1
__pycache__
 
2
# Ignore logs created by test-in-vagrant.sh
 
3
vagrant-logs/
15
4
# Ignore vagrant state file
16
5
.vagrant
17
6
# The list below is riddled with junk created by running the test suite of checkbox
18
7
# It should be really cleaned up as tests should _not_ do that but right now it's more
19
8
# annoying than dangerous so I'll get rid of the noise first
20
9
*.o
21
 
# Attic where zygmunt puts random stuff
22
 
_attic
23
 
# Orig files from diffs and patches
24
 
*.orig
25
 
# Ignore stuff we get from somewhere else
26
 
support/external-tarballs
27
 
support/checkbox-packaging
28
 
# Ignore generated meta-object compiler files
29
 
moc_*.cpp
30
 
# Ignore particular generated makefiles
31
 
checkbox-gui/Makefile
32
 
checkbox-gui/checkbox-gui/Makefile
33
 
checkbox-gui/gui-engine/Makefile
34
 
checkbox-gui/po/Makefile
35
 
checkbox-gui/test-gui-engine/Makefile
36
 
# Ignore particular binaries
37
 
checkbox-gui/checkbox-gui/checkbox-gui
38
 
checkbox-gui/plugins/libgui-engine.so
39
 
checkbox-gui/test-gui-engine/test-gui-engine
40
 
# Ignore checkbox-gui share and lib directories
41
 
checkbox-gui/lib
42
 
checkbox-gui/share
43
 
# Ignore any patches that may lay around
44
 
*.patch
45
 
# Ignore SDK per-user files
46
 
*.qmlproject.user
47
 
# Ignore SDK builds
48
 
build-checkbox-touch-*
49
 
# Ignore build-me artifacts
50
 
build-cbt
51
 
# Ignore c9.io state files
52
 
.c9
53
 
# Ignore any virtualenvs
54
 
venv
55
 
venv.*
 
10
active_output
 
11
checkbox.log
 
12
checkbox.xsl
 
13
plugins.bpickle
 
14
plugins.bpickle.old
 
15
qt/frontend/Makefile
 
16
qt/frontend/checkbox-qt-service
 
17
qt/frontend/moc_qtfront.cpp
 
18
qt/frontend/qrc_resources.cpp
 
19
qt/frontend/ui_qtfront.cpp
 
20
qt/frontend/ui_qtfront.h
 
21
store/
 
22
submission.xml
 
23
subunit.log
 
24
build
 
25
dist
 
26
*.egg-info