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.
This commit is contained in:
Michael Paquier 2019-11-22 21:14:54 +09:00
parent a9d5157ae8
commit 8959a5e0fa
1 changed files with 5 additions and 0 deletions

5
src/tutorial/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
/advanced.sql
/basics.sql
/complex.sql
/funcs.sql
/syscat.sql