projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9d5157
)
Add .gitignore to src/tutorial/
author
Michael Paquier
Fri, 22 Nov 2019 12:14:54 +0000
(21:14 +0900)
committer
Michael Paquier
Fri, 22 Nov 2019 12:14:54 +0000
(21:14 +0900)
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]
patch
|
blob
diff --git a/src/tutorial/.gitignore
b/src/tutorial/.gitignore
new file mode 100644
(file)
index 0000000..
304f9df
--- /dev/null
+++ b/
src/tutorial/.gitignore
@@ -0,0
+1,5
@@
+/advanced.sql
+/basics.sql
+/complex.sql
+/funcs.sql
+/syscat.sql