From ee12e9c83d74ad60626ad92eb0c325325079cfb9 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 21 Sep 2017 16:13:12 +0200
Subject: [PATCH] update Makefile, gitignore

---
 .gitignore | 3 ++-
 Makefile   | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index e9ad8dad..cd6fdacb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,4 +10,5 @@
 *.bak
 .coq-native/
 build-dep/
-Makefile.coq*
+Makefile.coq
+Makefile.coq.conf
diff --git a/Makefile b/Makefile
index 4a7e6442..cff640c1 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,7 @@ build-dep: build-dep/opam phony
 Makefile: ;
 _CoqProject: ;
 awk.Makefile: ;
+opam: ;
 
 # Phony wildcard targets
 phony: ;
-- 
GitLab