mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
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:
5
src/tutorial/.gitignore
vendored
Normal file
5
src/tutorial/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/advanced.sql
|
||||
/basics.sql
|
||||
/complex.sql
|
||||
/funcs.sql
|
||||
/syscat.sql
|
Reference in New Issue
Block a user