mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Still more .gitignore cleanup.
Fix overly-enthusiastic ignores, as identified by git ls-files -i --exclude-standard
This commit is contained in:
parent
1c5e3be07c
commit
9825ad9f4f
3
src/interfaces/ecpg/preproc/.gitignore
vendored
3
src/interfaces/ecpg/preproc/.gitignore
vendored
@ -1,7 +1,4 @@
|
|||||||
/preproc.y
|
|
||||||
/preproc.c
|
/preproc.c
|
||||||
/preproc.h
|
/preproc.h
|
||||||
/pgc.c
|
/pgc.c
|
||||||
|
|
||||||
/ecpg
|
/ecpg
|
||||||
/kwlookup.c
|
|
||||||
|
4
src/interfaces/ecpg/test/.gitignore
vendored
4
src/interfaces/ecpg/test/.gitignore
vendored
@ -1,8 +1,4 @@
|
|||||||
/pg_regress
|
/pg_regress
|
||||||
|
|
||||||
# Exclude all C files in subdirectories
|
|
||||||
/*/*.c
|
|
||||||
|
|
||||||
# Exclude subdirectories
|
# Exclude subdirectories
|
||||||
/log/
|
/log/
|
||||||
/results/
|
/results/
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
# Exclude all non-pgc files
|
/charfuncs
|
||||||
*
|
/charfuncs.c
|
||||||
!*.pgc
|
/dec_test
|
||||||
|
/dec_test.c
|
||||||
|
/describe
|
||||||
|
/describe.c
|
||||||
|
/rfmtdate
|
||||||
|
/rfmtdate.c
|
||||||
|
/rfmtlong
|
||||||
|
/rfmtlong.c
|
||||||
|
/rnull
|
||||||
|
/rnull.c
|
||||||
|
/sqlda
|
||||||
|
/sqlda.c
|
||||||
|
/test_informix
|
||||||
|
/test_informix.c
|
||||||
|
/test_informix2
|
||||||
|
/test_informix2.c
|
||||||
|
13
src/interfaces/ecpg/test/connect/.gitignore
vendored
13
src/interfaces/ecpg/test/connect/.gitignore
vendored
@ -1,4 +1,11 @@
|
|||||||
# Exclude all non-pgc files
|
/test1
|
||||||
*
|
/test1.c
|
||||||
!*.pgc
|
|
||||||
/test1.pgc
|
/test1.pgc
|
||||||
|
/test2
|
||||||
|
/test2.c
|
||||||
|
/test3
|
||||||
|
/test3.c
|
||||||
|
/test4
|
||||||
|
/test4.c
|
||||||
|
/test5
|
||||||
|
/test5.c
|
||||||
|
13
src/interfaces/ecpg/test/pgtypeslib/.gitignore
vendored
13
src/interfaces/ecpg/test/pgtypeslib/.gitignore
vendored
@ -1,3 +1,10 @@
|
|||||||
# Exclude all non-pgc files
|
/dt_test
|
||||||
*
|
/dt_test.c
|
||||||
!*.pgc
|
/dt_test2
|
||||||
|
/dt_test2.c
|
||||||
|
/nan_test
|
||||||
|
/nan_test.c
|
||||||
|
/num_test
|
||||||
|
/num_test.c
|
||||||
|
/num_test2
|
||||||
|
/num_test2.c
|
||||||
|
25
src/interfaces/ecpg/test/preproc/.gitignore
vendored
25
src/interfaces/ecpg/test/preproc/.gitignore
vendored
@ -1,3 +1,22 @@
|
|||||||
# Exclude all non-pgc files
|
/array_of_struct
|
||||||
*
|
/array_of_struct.c
|
||||||
!*.pgc
|
/autoprep
|
||||||
|
/autoprep.c
|
||||||
|
/comment
|
||||||
|
/comment.c
|
||||||
|
/cursor
|
||||||
|
/cursor.c
|
||||||
|
/define
|
||||||
|
/define.c
|
||||||
|
/init
|
||||||
|
/init.c
|
||||||
|
/outofscope
|
||||||
|
/outofscope.c
|
||||||
|
/strings
|
||||||
|
/strings.c
|
||||||
|
/type
|
||||||
|
/type.c
|
||||||
|
/variable
|
||||||
|
/variable.c
|
||||||
|
/whenever
|
||||||
|
/whenever.c
|
||||||
|
45
src/interfaces/ecpg/test/sql/.gitignore
vendored
45
src/interfaces/ecpg/test/sql/.gitignore
vendored
@ -1,3 +1,42 @@
|
|||||||
# Exclude all non-pgc files
|
/array
|
||||||
*
|
/array.c
|
||||||
!*.pgc
|
/binary
|
||||||
|
/binary.c
|
||||||
|
/code100
|
||||||
|
/code100.c
|
||||||
|
/copystdout
|
||||||
|
/copystdout.c
|
||||||
|
/define
|
||||||
|
/define.c
|
||||||
|
/desc
|
||||||
|
/desc.c
|
||||||
|
/describe
|
||||||
|
/describe.c
|
||||||
|
/dynalloc
|
||||||
|
/dynalloc.c
|
||||||
|
/dynalloc2
|
||||||
|
/dynalloc2.c
|
||||||
|
/dyntest
|
||||||
|
/dyntest.c
|
||||||
|
/execute
|
||||||
|
/execute.c
|
||||||
|
/fetch
|
||||||
|
/fetch.c
|
||||||
|
/func
|
||||||
|
/func.c
|
||||||
|
/indicators
|
||||||
|
/indicators.c
|
||||||
|
/insupd
|
||||||
|
/insupd.c
|
||||||
|
/oldexec
|
||||||
|
/oldexec.c
|
||||||
|
/parser
|
||||||
|
/parser.c
|
||||||
|
/quote
|
||||||
|
/quote.c
|
||||||
|
/show
|
||||||
|
/show.c
|
||||||
|
/sqlda
|
||||||
|
/sqlda.c
|
||||||
|
/update
|
||||||
|
/update.c
|
||||||
|
13
src/interfaces/ecpg/test/thread/.gitignore
vendored
13
src/interfaces/ecpg/test/thread/.gitignore
vendored
@ -1,3 +1,10 @@
|
|||||||
# Exclude all non-pgc files
|
/alloc
|
||||||
*
|
/alloc.c
|
||||||
!*.pgc
|
/descriptor
|
||||||
|
/descriptor.c
|
||||||
|
/prep
|
||||||
|
/prep.c
|
||||||
|
/thread
|
||||||
|
/thread.c
|
||||||
|
/thread_implicit
|
||||||
|
/thread_implicit.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user