diff options
author | Michael Paquier | 2019-11-22 12:14:54 +0000 |
---|---|---|
committer | Michael Paquier | 2019-11-22 12:14:54 +0000 |
commit | 8959a5e0fa2926b0f99e055e63fb4d81e1dcb3a0 (patch) | |
tree | 4fd9c56c6b5a7a276c8c9283f9fe3bbfc8d46f67 | |
parent | a9d5157ae8a7680b496d56f4edc3a43feff708c4 (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/.gitignore | 5 |
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 |