From b374453313bb66a833256186d23e538d2149c23e Mon Sep 17 00:00:00 2001 From: Eric Chanudet Date: Thu, 11 Feb 2021 17:51:37 -0500 Subject: [PATCH] gitignore: add msbuild output. Signed-off-by: Eric Chanudet --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index aa9e3ea..d0815aa 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,9 @@ # Output /xenbus +/.build_number +/include/version.h +x64/ +Win32/ +vs2019/xenbus.inf +vs2019/version/.revision \ No newline at end of file