Add .gitignore to src/tutorial/
authorMichael Paquier <michael@paquier.xyz>
Fri, 22 Nov 2019 12:14:54 +0000 (21:14 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 22 Nov 2019 12:14:54 +0000 (21:14 +0900)
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 [new file with mode: 0644]

diff --git a/src/tutorial/.gitignore b/src/tutorial/.gitignore
new file mode 100644 (file)
index 0000000..304f9df
--- /dev/null
@@ -0,0 +1,5 @@
+/advanced.sql
+/basics.sql
+/complex.sql
+/funcs.sql
+/syscat.sql