summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier2019-11-22 12:14:54 +0000
committerMichael Paquier2019-11-22 12:14:54 +0000
commit8959a5e0fa2926b0f99e055e63fb4d81e1dcb3a0 (patch)
tree4fd9c56c6b5a7a276c8c9283f9fe3bbfc8d46f67
parenta9d5157ae8a7680b496d56f4edc3a43feff708c4 (diff)
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.
-rw-r--r--src/tutorial/.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tutorial/.gitignore b/src/tutorial/.gitignore
new file mode 100644
index 0000000000..304f9df2b3
--- /dev/null
+++ b/src/tutorial/.gitignore
@@ -0,0 +1,5 @@
+/advanced.sql
+/basics.sql
+/complex.sql
+/funcs.sql
+/syscat.sql