From 0ce83eaec01e173cb4765562c82b1d7b313b81b0 Mon Sep 17 00:00:00 2001 From: Olivier Tilloy Date: Tue, 2 Oct 2012 18:58:33 +0200 Subject: Add ignore rules. --- .bzrignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .bzrignore (limited to '.bzrignore') diff --git a/.bzrignore b/.bzrignore new file mode 100644 index 0000000..e6d67c2 --- /dev/null +++ b/.bzrignore @@ -0,0 +1,18 @@ +CMakeCache.txt +CMakeFiles/ +CTestTestfile.cmake +Makefile +Testing/ +cmake_install.cmake + +moc_*.cxx + +examples/run-example.sh + +tests/client/*.moc +tests/client/actiongrouptest +tests/client/convertertest +tests/client/menuchangestest +tests/client/modeltest +tests/client/servicetest + -- cgit v1.2.3