diff --git a/develop.cfg b/develop.cfg
deleted file mode 100644
index a327cac60cb0ccd0e7ab9ad6dd5942330e390b59..0000000000000000000000000000000000000000
--- a/develop.cfg
+++ /dev/null
@@ -1,20 +0,0 @@
-; vim: set fileencoding=utf-8 :
-; Sun Oct 16 13:26:46 CEST 2016
-
-[buildout]
-extends = buildout.cfg
-develop = src/bob.extension
-          src/bob.blitz
-          src/bob.core
-          src/bob.io.base
-          .
-
-extensions += mr.developer
-auto-checkout = *
-debug = true
-
-[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
-bob.io.base = git https://gitlab.idiap.ch/bob/bob.io.base