pgsql: Add gitignore entries for jsonpath_gram.h

Started by Peter Eisentrautover 7 years ago2 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Add gitignore entries for jsonpath_gram.h

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4e274a043fc8310ce1148190ef674beca06e990c

Modified Files
--------------
src/backend/utils/adt/.gitignore | 1 +
src/include/utils/.gitignore | 1 +
2 files changed, 2 insertions(+)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#1)
Re: pgsql: Add gitignore entries for jsonpath_gram.h

Peter Eisentraut <peter@eisentraut.org> writes:

Add gitignore entries for jsonpath_gram.h

No, this is wrong, you should revert it. Those files aren't
built anymore. You might have leftover copies in your tree
depending on how thoroughly you cleaned it before pulling
550b9d26f, but this isn't the appropriate solution for that.

regards, tom lane