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)
commit8959a5e0fa2926b0f99e055e63fb4d81e1dcb3a0
tree4fd9c56c6b5a7a276c8c9283f9fe3bbfc8d46f67
parenta9d5157ae8a7680b496d56f4edc3a43feff708c4
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 [new file with mode: 0644]