diff --git a/develop.cfg b/develop.cfg
deleted file mode 100644
index bfb169ee2613f71dcc8562ed9df04b0a84bd2696..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.io.base
-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