6 lines
95 B
Text
6 lines
95 B
Text
|
|
ignore() {
|
|
printf "%s\n" $@ >> .gitignore
|
|
git add .gitignore
|
|
}
|
|
alias ignore="noglob ignore"
|