diff --git a/develop.cfg b/develop.cfg
deleted file mode 100644
index d428fb8d2822365d52f458b4f8fc766668471ae4..0000000000000000000000000000000000000000
--- a/develop.cfg
+++ /dev/null
@@ -1,50 +0,0 @@
-; vim: set fileencoding=utf-8 :
-; Manuel Guenther <manuel.guenther@idiap.ch>
-; Thu Oct  9 16:51:06 CEST 2014
-
-[buildout]
-parts = scripts
-eggs = bob.bio.gmm
-       gridtk
-
-extensions = bob.buildout
-             mr.developer
-auto-checkout = *
-develop = src/bob.extension
-          src/bob.blitz
-          src/bob.core
-          src/bob.io.base
-          src/bob.math
-          src/bob.learn.linear
-          src/bob.sp
-          src/bob.learn.em
-          src/bob.measure
-          src/bob.db.base
-          src/bob.db.atnt
-          src/bob.io.image
-          src/bob.bio.base
-          .
-
-; options for bob.buildout
-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
-bob.io.base = git https://gitlab.idiap.ch/bob/bob.io.base
-bob.math = git https://gitlab.idiap.ch/bob/bob.math
-bob.sp = git https://gitlab.idiap.ch/bob/bob.sp
-bob.learn.linear = git https://gitlab.idiap.ch/bob/bob.learn.linear
-bob.learn.em = git https://gitlab.idiap.ch/bob/bob.learn.em
-bob.measure = git https://gitlab.idiap.ch/bob/bob.measure
-bob.db.base = git https://gitlab.idiap.ch/bob/bob.db.base
-bob.db.atnt = git https://gitlab.idiap.ch/bob/bob.db.atnt
-bob.io.image = git https://gitlab.idiap.ch/bob/bob.io.image
-bob.bio.base = git https://gitlab.idiap.ch/bob/bob.bio.base
-
-[scripts]
-recipe = bob.buildout:scripts
-dependent-scripts = true