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.
pull/44/head
Michael Paquier 6 years ago
parent a9d5157ae8
commit 8959a5e0fa
  1. 5
      src/tutorial/.gitignore

@ -0,0 +1,5 @@
/advanced.sql
/basics.sql
/complex.sql
/funcs.sql
/syscat.sql
Loading…
Cancel
Save