From: Kenichi Asai <asai@is.ocha.ac.jp>
To: caml-list@inria.fr
Subject: [Caml-list] On .gitignore
Date: Fri, 24 Mar 2017 16:05:58 +0900 [thread overview]
Message-ID: <20170324070558.GA36798@pllab.is.ocha.ac.jp> (raw)
Why is /otherlibs/systhreads/thread.ml listed in .gitignore in the
OCaml distribution (or in the github repository)? Because of this,
when I make a local git repository from the OCaml source and clone it
to somewhere else, I get an error when I do "make world" because of
the missing thread.ml file. Is it safe to remove the line from
.gitignore?
Peculiarly, when I modify thread.ml, "git status" reports that the
file is modified, even though it is listed in .gitignore. I might not
understand the behavior of .gitignore quite right.
I found the following files exist and match .gitignore:
.depend
/otherlibs/systhreads/thread.ml
testsuite/tests/asmcomp/mips.s
testsuite/tests/opaque/intf/opaque_impl.mli
testsuite/tests/opaque/intf/opaque_intf.mli
testsuite/tests/opaque/intf/regular.mli
--
Kenichi Asai
next reply other threads:[~2017-03-24 7:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-24 7:05 Kenichi Asai [this message]
2017-03-24 12:16 ` Fabrice Le Fessant
2017-03-25 1:27 ` Kenichi Asai
2017-03-31 13:40 ` Sébastien Hinderer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170324070558.GA36798@pllab.is.ocha.ac.jp \
--to=asai@is.ocha.ac.jp \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox