Skip to content

Commit

Permalink
Update project-layout-specification.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ttamttam authored Apr 1, 2018
1 parent 01fab4c commit 592973d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/project-layout-specification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,9 @@ So for instance, if you write ``foo`` in ``src/jbuild-ignore``, then
be ignored.

``jbuild-ignore`` files contain a list of directory names, one per line.

The addition of a directory name in the ``jbuild-ignore`` file does not prevent
jbuilder to look inside ignored folders: it is sometimes the case that one ignores
a folder but still depends on files inside it, so jbuilder must still setup copy
rules for all files inside ignored folders. This is used for instance to sandbox
an external build system, and this is used in jbuilder itself for blackbox testing.

0 comments on commit 592973d

Please sign in to comment.