~kissiel/checkbox/error-reporting

« back to all changes in this revision

Viewing changes to .gitignore

  • Committer: Zygmunt Krynicki
  • Date: 2014-03-21 15:04:15 UTC
  • mto: This revision was merged to the branch mainline in revision 2811.
  • Revision ID: zygmunt.krynicki@canonical.com-20140321150415-umky9j0dyjd54mjs
.{git,bzr}ignore: ignore checkbox-gui build stuff

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
# Ignore stuff we get from somewhere else
23
23
support/external-tarballs
24
24
support/checkbox-packaging
 
25
# Ignore generated meta-object compiler files
 
26
moc_*.cpp
 
27
# Ignore particular generated makefiles
 
28
checkbox-gui/Makefile
 
29
checkbox-gui/checkbox-gui/Makefile
 
30
checkbox-gui/gui-engine/Makefile
 
31
checkbox-gui/po/Makefile
 
32
checkbox-gui/test-gui-engine/Makefile
 
33
# Ignore particular binaries
 
34
checkbox-gui/checkbox-gui/checkbox-gui
 
35
checkbox-gui/plugins/libgui-engine.so
 
36
checkbox-gui/test-gui-engine/test-gui-engine
 
37
# Ignore checkbox-gui share and lib directories
 
38
checkbox-gui/lib
 
39
checkbox-gui/share
 
40
# Ignore any patches that may lay around
 
41
*.patch