diff --git a/develop.cfg b/develop.cfg
deleted file mode 100644
index c40d7f15253aa898ce7590e97b4fcc49227f30aa..0000000000000000000000000000000000000000
--- a/develop.cfg
+++ /dev/null
@@ -1,27 +0,0 @@
-; vim: set fileencoding=utf-8 :
-; Andre Anjos <andre.anjos@idiap.ch>
-; Mon 16 Apr 08:29:18 2012 CEST
-
-[buildout]
-parts = scripts
-eggs = bob.math
-extensions = bob.buildout
-             mr.developer
-auto-checkout = *
-develop = src/bob.extension
-          src/bob.blitz
-          src/bob.core
-          .
-
-; options for bob.buildout extension
-debug = true
-verbose = true
-newest = false
-
-[sources]
-bob.extension = git https://gitlab.idiap.ch/bob/bob.extension
-bob.blitz = git https://gitlab.idiap.ch/bob/bob.blitz
-bob.core = git https://gitlab.idiap.ch/bob/bob.core
-
-[scripts]
-recipe = bob.buildout:scripts