Skip to content

Exclamation marks in .gitignore file prevent generation of tags file #4

Closed
@mpfusion

Description

@mpfusion

Steps to reproduce

  1. Take a git repostitory
  2. Create .gitignore with e.g. the following content:
/doc/*
!/doc/Doxyfile
  1. Create empty file: .git/tags

When saved, the file .git/tags is still empty. If the line !/doc/Doxyfile is removed from .gitignore, the tags file is sucessfully generated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions