From 9848a73ddf097c718a9d489cf5e17fb79ebb90db Mon Sep 17 00:00:00 2001 From: hvlad Date: Wed, 12 Aug 2020 13:32:48 +0300 Subject: [PATCH] Correction --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 30de1a56e7..be3d1dcc7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ temp/ -gen/ +/gen/ output_Win32/ output_x64/ examples/prebuilt/ @@ -21,3 +21,4 @@ src/dsql/parse.cpp .vscode/.browse.VC.db extern/decNumber/libdecFloat*.a /Makefile +/src/include/gen/parse.h