[PATCH] tools: .gitignore: add asn1_compiler

Add the tool to the ignore list to prevent being marked as unversioned.
Signed-off-by: Dario Binacchi dariobin@libero.it ---
tools/.gitignore | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/.gitignore b/tools/.gitignore index d0176a7283..82bdce2782 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,3 +1,4 @@ +/asn1_compiler /atmel_pmecc_params /bin2header /bmp_logo

On Sun, Dec 29, 2019 at 8:44 PM Dario Binacchi dariobin@libero.it wrote:
Add the tool to the ignore list to prevent being marked as unversioned.
Signed-off-by: Dario Binacchi dariobin@libero.it
tools/.gitignore | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com

On Sun, Dec 29, 2019 at 01:44:18PM +0100, Dario Binacchi wrote:
Add the tool to the ignore list to prevent being marked as unversioned.
Signed-off-by: Dario Binacchi dariobin@libero.it Reviewed-by: Bin Meng bmeng.cn@gmail.com
Applied to u-boot/master, thanks!
participants (3)
-
Bin Meng
-
Dario Binacchi
-
Tom Rini