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