vim-arsync
vim-arsync copied to clipboard
feat. request use .gitignore file for ignore_path
read .gitignore file in remote to ignore build files,
Hi,
this behavior is supposed to be covered by the ignore_path
configuration
ignore_path ["build/","test/"]
I dont have much time to implement .gitignore parsing, also i think it could require quite a lot of dev to get full .gitignore format parsing. But if anyone feels like doing it ?
This is possible with rsync filter option --filter=':- .gitignore
https://stackoverflow.com/questions/13713101/rsync-exclude-according-to-gitignore-hgignore-svnignore-like-filter-c