From 6b9ff449e17cc7ac7327138234a72b1066202c18 Mon Sep 17 00:00:00 2001 From: Daniel Francis Date: Sun, 01 Jul 2012 17:01:31 +0000 Subject: Migrating from the early toolbarbox-toolkit modules to Sugar Toolkit This little patch is the second step in the Gtk3 migration. Here I remove some few unnecesary files always when it was possible, and use Sugar Toolkit. The purpose is to prevent a headache at the time of porting to Gtk3 the activity, and of course remove some useless kilobytes and not having written the same code twice. I also modified the .gitignore file, I didn't type 'git add .gitignore' previous than my commit so I didn't expect it would appear in my patch, I think git has its own life :) , but anyway, is better having a correct .gitignore . Signed-off-by: Daniel Francis --- (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b9cb894..1e4c0c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ -dist -.0sugar +*.pyc +*.pyo +*.mo +*~ -- cgit v0.9.1