Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Gitignore ignores lib/libraries/joomla/log #289

Closed
stevenrombauts opened this issue Dec 11, 2015 · 1 comment
Closed

Gitignore ignores lib/libraries/joomla/log #289

stevenrombauts opened this issue Dec 11, 2015 · 1 comment
Labels
Milestone

Comments

@stevenrombauts
Copy link
Member

The .gitignore file has a line with log in it. This will exclude all directories that are called log, such as lib/libraries/joomla/log.

From the git docs:

If the pattern does not contain a slash /, git treats it as a shell glob pattern and checks for a match against the pathname relative to the location of the .gitignore file (relative to the toplevel of the work tree if not from a .gitignore file).

A leading slash matches the beginning of the pathname. For example, "/*.c" matches "cat-file.c" but not "mozilla-sha1/sha1.c".

@stevenrombauts stevenrombauts self-assigned this Dec 11, 2015
@stevenrombauts stevenrombauts added this to the 1.0.3 milestone Dec 11, 2015
@johanjanssens
Copy link
Member

@stevenrombauts This is a leftover from the Joomla CMS ignore file. Something to be fixed indeed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants