From 8959a5e0fa2926b0f99e055e63fb4d81e1dcb3a0 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 22 Nov 2019 21:14:54 +0900 Subject: [PATCH] Add .gitignore to src/tutorial/ A set of SQL files are generated for the tutorial when compiling the code, so let's avoid any risk to have them added in the tree in the future. --- src/tutorial/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/tutorial/.gitignore diff --git a/src/tutorial/.gitignore b/src/tutorial/.gitignore new file mode 100644 index 00000000000..304f9df2b3a --- /dev/null +++ b/src/tutorial/.gitignore @@ -0,0 +1,5 @@ +/advanced.sql +/basics.sql +/complex.sql +/funcs.sql +/syscat.sql