From c57dc59e5b0015adb2eee7f26bdd5c61e4f4b528 Mon Sep 17 00:00:00 2001 From: Ralf Jung <post@ralfj.de> Date: Mon, 4 Jan 2016 16:33:09 +0100 Subject: [PATCH] Add a _CoqProject file. This is recognized by emacs, can be used by coq_makefile and I think also by CoqIDE. --- _CoqProject | 1 + 1 file changed, 1 insertion(+) create mode 100644 _CoqProject diff --git a/_CoqProject b/_CoqProject new file mode 100644 index 000000000..2495807aa --- /dev/null +++ b/_CoqProject @@ -0,0 +1 @@ +-Q . "" -- GitLab