Changeset 036e9f8 for .gitignore


Ignore:
Timestamp:
Feb 3, 2020, 1:37:24 PM (4 years ago)
Author:
GitHub <noreply@github.com>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
9f73538
Parents:
eadb7f6
git-author:
Emlyn Corrin <emlyn.corrin@gmail.com> (02/03/20 13:37:24)
git-committer:
GitHub <noreply@github.com> (02/03/20 13:37:24)
Message:

Fix regex

The hyphen should be the last (or first) item in the character class to prevent it being interpreted as a range indicator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    readb7f6 r036e9f8  
    1313
    1414# ignore compiled test programs
    15 RE:tests/src/test-[a-z-_]*$
    16 RE:tests/cpp/test-[a-z-_]*$
     15RE:tests/src/test-[a-z_-]*$
     16RE:tests/cpp/test-[a-z_-]*$
    1717
    1818# only sgml manpages count
Note: See TracChangeset for help on using the changeset viewer.