Re: use gitignore implementation in shell bash

2013-06-18 Thread Junio C Hamano
László Lajos Jánszky writes: > There is a git extension called git ftp, written by René: > https://github.com/resmo in bash. This extension uses git to push only > the changed files to the ftp server. Currently this extension uses > grep to decide which file is ignored by upload. Two possibilit

use gitignore implementation in shell bash

2013-06-18 Thread László Lajos Jánszky
Hi! I have a question about gitignore. There is a git extension called git ftp, written by René: https://github.com/resmo in bash. This extension uses git to push only the changed files to the ftp server. Currently this extension uses grep to decide which file is ignored by upload. It uses a conf