diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2012-10-15 13:25:55 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-10-15 14:58:17 -0700 |
commit | feabcc173b7a5f55c2b1ec78f230276c63ae4d36 (patch) | |
tree | 54d1d16fa85bcd0a76b7099bf2a12139f82fb994 /.gitignore | |
parent | 327f2f3ebb2310653e78244293f6f34b28571142 (diff) | |
download | git-feabcc173b7a5f55c2b1ec78f230276c63ae4d36.tar.gz |
Integrate wildmatch to git
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f1acd3e777..1153a4bb3a 100644 --- a/.gitignore +++ b/.gitignore @@ -193,6 +193,7 @@ /test-sigchain /test-subprocess /test-svn-fe +/test-wildmatch /common-cmds.h *.tar.gz *.dsc |