From: Michael Paquier Date: Fri, 22 Nov 2019 12:14:54 +0000 (+0900) Subject: Add .gitignore to src/tutorial/ X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=8959a5e0fa2926b0f99e055e63fb4d81e1dcb3a0;p=users%2Frhaas%2Fpostgres.git 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. --- 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