From ba924dac95c794540b582cdbc480398fb3f64930 Mon Sep 17 00:00:00 2001 From: Sylvain Jeaugey Date: Wed, 3 Jun 2020 15:07:51 -0700 Subject: [PATCH] Fix #43 : Add .gitignore for build dir --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a0a013e --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. +# +# See LICENCE.txt for license information +/build