git: ignore alias
[alias] ignore = "!if [ ! -e .gitignore ]; then touch .gitignore; fi; echo $1 >> .gitignore; #"