Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Hiding *.vo, *.v.d, *.glob files

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Hiding *.vo, *.v.d, *.glob files


Chronological Thread 
  • From: t x <txrev319 AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Hiding *.vo, *.v.d, *.glob files
  • Date: Sun, 23 Jun 2013 03:34:37 -0700

Hi,

  (stopped using the obnoxious pseudonym math prover)

  My project setup looks something like this:

====================
  coq_makefile ... args ... > Makefile
  make
====================

  Now, although *.v.d, *.vo, and *.glob files are important to Coq; they just get in my way of auto-completion and make "ls" more difficult than necessary to read.

  Given Foo.v, instead of Foo.v.d, Foo.vo, and Foo.glob, I'd prefer:

  * optA: .Foo.v.d, .Foo.vo, .Foo.glob
  * optB: build/Foo.v.d, build/Foo.vo, build/Foo.glob

  Is there an easy way to do this in Coq?

Thanks!


  • [Coq-Club] Hiding *.vo, *.v.d, *.glob files, t x, 06/23/2013

Archive powered by MHonArc 2.6.18.

Top of Page