]> git.proxmox.com Git - libgit2.git/commit - tests/attr/ignore.c
attr: test that a file is not ignored for a folder
authorEdward Thomson <ethomson@microsoft.com>
Tue, 12 May 2015 17:54:28 +0000 (13:54 -0400)
committerEdward Thomson <ethomson@microsoft.com>
Tue, 12 May 2015 18:36:45 +0000 (14:36 -0400)
commit97fb9ac73905f1a3be7c6dbebbfd796315b19d88
treedac7def4c3fb43f6ed61c4c83ca0b1fd2a5292fd
parentadad518129818399f5d98676784ea8c9396ac30e
attr: test that a file is not ignored for a folder

When a .gitignore specifies some folder "foo/", ensure that a file
with the same name "foo" is not ignored.
tests/attr/ignore.c