diff options
author | Jota Junior <jotavrj@gmail.com> | 2013-12-02 19:15:00 -0200 |
---|---|---|
committer | Jota Junior <jotavrj@gmail.com> | 2013-12-02 19:15:00 -0200 |
commit | 8f2db01f1d12df0f6d426c85aef1dc1cb1749350 (patch) | |
tree | 0dd5dc42f957ea92fcf87fcc58d65c4358e21789 /Phalcon.gitignore | |
parent | 66a13f2e1591e1ef3626c3dabe2d4c18d3f6b732 (diff) | |
download | gitignore-8f2db01f1d12df0f6d426c85aef1dc1cb1749350.tar.gz gitignore-8f2db01f1d12df0f6d426c85aef1dc1cb1749350.zip |
Remove astherisk before trailing slash
Diffstat (limited to 'Phalcon.gitignore')
-rw-r--r-- | Phalcon.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Phalcon.gitignore b/Phalcon.gitignore index 1cfc0c9d..5eab0c56 100644 --- a/Phalcon.gitignore +++ b/Phalcon.gitignore @@ -1,2 +1,2 @@ -*/cache/* -*/config/development/* +/cache/* +/config/development/* |