Small utiliy tool for creating a .gitignore file based on Github's gitignore templates
bash
$ cargo install touch-gitignore
Invoke touch-gitignore
with the desired template as argument. The template name is case sensitive. See all templates at: https://github.com/github/gitignore
bash
$ touch-gitignore Rust
bash
$ touch-gitignore Python
bash
$ touch-gitignore C++