• Show log

    Commit

  • Hash : e269b343
    Author : Edward Thomson
    Date : 2019-05-19T13:12:47

    ignore: only skip first leading slash For compatibility with git, only skip the first leading slash in an ignore file. That is: `/a.txt` indicates to ignore a file named `a.txt` at the root. However `//b.txt` does not indicate that a file named `b.txt` at the root should be ignored.