diff --git a/.gitignore b/.gitignore
index 08527b8010dfe3270101e7acb076b051560f28b8..f4de0430509eeaeaafb7c73827e3c803a8572ce1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 *.vo
 *.vio
 *.v.d
+.coqdeps.d
 *.glob
 *.cache
 *.aux
diff --git a/Makefile.coq.local b/Makefile.coq.local
deleted file mode 100644
index b261de990be8a8d16d2d8e690b4bb18809ad8696..0000000000000000000000000000000000000000
--- a/Makefile.coq.local
+++ /dev/null
@@ -1,5 +0,0 @@
-uninstall::
-	@# This makes sure we also delete stale files in the destination directory
-	$(HIDE)df="$(COQLIBINSTALL)/`$(COQMKFILE) -destination-of "theories/base.v" $(COQLIBS)`" &&\
-	echo "RM in $$df" &&\
-	if [ -d "$$df" ]; then find "$$df" \( -name "*.vo" -o -name "*.v" -o -name "*.glob" -o \( -type d -empty \) \) -print -delete; fi