mirror of
https://github.com/postgres/postgres.git
synced 2026-03-26 20:34:52 -04:00
Add gitignore entries for jsonpath_gram.h
This commit is contained in:
parent
734308a220
commit
4e274a043f
2 changed files with 2 additions and 0 deletions
1
src/backend/utils/adt/.gitignore
vendored
1
src/backend/utils/adt/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/jsonpath_gram.c
|
||||
/jsonpath_gram.h
|
||||
/jsonpath_scan.c
|
||||
|
|
|
|||
1
src/include/utils/.gitignore
vendored
1
src/include/utils/.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
|||
/fmgroids.h
|
||||
/fmgrprotos.h
|
||||
/jsonpath_gram.h
|
||||
/probes.h
|
||||
/errcodes.h
|
||||
/header-stamp
|
||||
|
|
|
|||
Loading…
Reference in a new issue