Add simple gitignore wrapper
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b559e0ecc4
commit
af54670666
1 changed files with 5 additions and 0 deletions
5
bin/gitignore
Executable file
5
bin/gitignore
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
for i in "$@"; do
|
||||||
|
echo "$i" >> .gitignore
|
||||||
|
done
|
Loading…
Reference in a new issue