mirror of https://github.com/postgres/postgres
Convert cvsignore to gitignore, and add .gitignore for build targets.
This commit is contained in:
parent
193ded6370
commit
5fff996347
|
@ -0,0 +1,19 @@
|
|||
# Global excludes across all subdirectories
|
||||
*.o
|
||||
*.so
|
||||
*.so.[0-9]
|
||||
*.so.[0-9].[0-9]
|
||||
*.sl
|
||||
*.sl.[0-9]
|
||||
*.sl.[0-9].[0-9]
|
||||
*.dylib
|
||||
*.dll
|
||||
*.a
|
||||
*.mo
|
||||
objfiles.txt
|
||||
.deps/
|
||||
|
||||
# Local excludes in root directory
|
||||
/GNUmakefile
|
||||
/config.log
|
||||
/config.status
|
|
@ -0,0 +1 @@
|
|||
/adminpack.sql
|
|
@ -0,0 +1 @@
|
|||
/btree_gin.sql
|
|
@ -0,0 +1 @@
|
|||
/btree_gist.sql
|
|
@ -0,0 +1 @@
|
|||
/chkpass.sql
|
|
@ -0,0 +1 @@
|
|||
/citext.sql
|
|
@ -1,3 +0,0 @@
|
|||
cubeparse.c
|
||||
cubeparse.h
|
||||
cubescan.c
|
|
@ -0,0 +1,3 @@
|
|||
/cubeparse.c
|
||||
/cubescan.c
|
||||
/cube.sql
|
|
@ -0,0 +1 @@
|
|||
/dblink.sql
|
|
@ -0,0 +1 @@
|
|||
/dict_int.sql
|
|
@ -0,0 +1 @@
|
|||
/dict_xsyn.sql
|
|
@ -0,0 +1 @@
|
|||
/earthdistance.sql
|
|
@ -0,0 +1 @@
|
|||
/fuzzystrmatch.sql
|
|
@ -0,0 +1 @@
|
|||
/hstore.sql
|
|
@ -0,0 +1 @@
|
|||
/_int.sql
|
|
@ -0,0 +1 @@
|
|||
/isn.sql
|
|
@ -0,0 +1 @@
|
|||
/lo.sql
|
|
@ -0,0 +1 @@
|
|||
/ltree.sql
|
|
@ -0,0 +1 @@
|
|||
/oid2name
|
|
@ -0,0 +1 @@
|
|||
/pageinspect.sql
|
|
@ -0,0 +1 @@
|
|||
/pg_archivecleanup
|
|
@ -0,0 +1 @@
|
|||
/pg_buffercache.sql
|
|
@ -0,0 +1 @@
|
|||
/pg_freespacemap.sql
|
|
@ -0,0 +1 @@
|
|||
/pg_standby
|
|
@ -0,0 +1 @@
|
|||
/pg_stat_statements.sql
|
|
@ -0,0 +1 @@
|
|||
/pg_trgm.sql
|
|
@ -0,0 +1 @@
|
|||
/pg_upgrade
|
|
@ -0,0 +1 @@
|
|||
/pgbench
|
|
@ -0,0 +1 @@
|
|||
/pgcrypto.sql
|
|
@ -0,0 +1 @@
|
|||
/pgrowlocks.sql
|
|
@ -0,0 +1 @@
|
|||
/pgstattuple.sql
|
|
@ -1,3 +0,0 @@
|
|||
segparse.c
|
||||
segparse.h
|
||||
segscan.c
|
|
@ -0,0 +1,3 @@
|
|||
/segparse.c
|
||||
/segscan.c
|
||||
/seg.sql
|
|
@ -0,0 +1,5 @@
|
|||
/autoinc.sql
|
||||
/insert_username.sql
|
||||
/moddatetime.sql
|
||||
/refint.sql
|
||||
/timetravel.sql
|
|
@ -0,0 +1 @@
|
|||
/sslinfo.sql
|
|
@ -0,0 +1 @@
|
|||
/tablefunc.sql
|
|
@ -0,0 +1 @@
|
|||
/test_parser.sql
|
|
@ -0,0 +1 @@
|
|||
/tsearch2.sql
|
|
@ -0,0 +1 @@
|
|||
/unaccent.sql
|
|
@ -0,0 +1 @@
|
|||
/vacuumlo
|
|
@ -0,0 +1,10 @@
|
|||
/html
|
||||
/html-stamp
|
||||
/man1
|
||||
/man3
|
||||
/man7
|
||||
/man-stamp
|
||||
|
||||
/features-supported.sgml
|
||||
/features-unsupported.sgml
|
||||
/version.sgml
|
|
@ -0,0 +1,3 @@
|
|||
/Makefile.global
|
||||
/Makefile.port
|
||||
/Makefile.custom
|
|
@ -0,0 +1 @@
|
|||
/postgres
|
|
@ -1,3 +0,0 @@
|
|||
bootparse.c
|
||||
bootstrap_tokens.h
|
||||
bootscanner.c
|
|
@ -0,0 +1,2 @@
|
|||
/bootparse.c
|
||||
/bootscanner.c
|
|
@ -0,0 +1,4 @@
|
|||
/postgres.bki
|
||||
/postgres.description
|
||||
/postgres.shdescription
|
||||
/schemapg.h
|
|
@ -1,3 +0,0 @@
|
|||
parse.h
|
||||
gram.c
|
||||
scan.c
|
|
@ -0,0 +1,3 @@
|
|||
/gram.h
|
||||
/gram.c
|
||||
/scan.c
|
|
@ -0,0 +1,5 @@
|
|||
/dynloader.c
|
||||
/pg_latch.c
|
||||
/pg_sema.c
|
||||
/pg_shmem.c
|
||||
/tas.s
|
|
@ -0,0 +1 @@
|
|||
/snowball_create.sql
|
|
@ -1,2 +0,0 @@
|
|||
fmgrtab.c
|
||||
fmgroids.h
|
|
@ -0,0 +1,3 @@
|
|||
/fmgrtab.c
|
||||
/fmgroids.h
|
||||
/probes.h
|
|
@ -0,0 +1 @@
|
|||
/conversion_create.sql
|
|
@ -1 +0,0 @@
|
|||
guc-file.c
|
|
@ -0,0 +1 @@
|
|||
/guc-file.c
|
|
@ -0,0 +1,4 @@
|
|||
/encnames.c
|
||||
/pqsignal.c
|
||||
|
||||
/initdb
|
|
@ -0,0 +1 @@
|
|||
/pg_config
|
|
@ -0,0 +1,3 @@
|
|||
/pg_crc.c
|
||||
|
||||
/pg_controldata
|
|
@ -0,0 +1 @@
|
|||
/pg_ctl
|
|
@ -0,0 +1,5 @@
|
|||
/kwlookup.c
|
||||
|
||||
/pg_dump
|
||||
/pg_dumpall
|
||||
/pg_restore
|
|
@ -0,0 +1,3 @@
|
|||
/pg_crc.c
|
||||
|
||||
/pg_resetxlog
|
|
@ -1,2 +0,0 @@
|
|||
psqlscan.c
|
||||
sql_help.h
|
|
@ -0,0 +1,8 @@
|
|||
/psqlscan.c
|
||||
/sql_help.h
|
||||
/sql_help.c
|
||||
/dumputils.c
|
||||
/keywords.c
|
||||
/kwlookup.c
|
||||
|
||||
/psql
|
|
@ -0,0 +1,15 @@
|
|||
/clusterdb
|
||||
/createdb
|
||||
/createlang
|
||||
/createuser
|
||||
/dropdb
|
||||
/droplang
|
||||
/dropuser
|
||||
/reindexdb
|
||||
/vacuumdb
|
||||
|
||||
/dumputils.c
|
||||
/keywords.c
|
||||
/kwlookup.c
|
||||
/mbprint.c
|
||||
/print.c
|
|
@ -0,0 +1,5 @@
|
|||
/stamp-h
|
||||
/pg_config.h
|
||||
/pg_config_os.h
|
||||
/dynloader.h
|
||||
|
|
@ -0,0 +1 @@
|
|||
/schemapg.h
|
|
@ -0,0 +1 @@
|
|||
/gram.h
|
|
@ -0,0 +1,2 @@
|
|||
/fmgroids.h
|
||||
/probes.h
|
|
@ -1,3 +0,0 @@
|
|||
libecpg_compatdll.def
|
||||
libecpg_compatddll.def
|
||||
blibecpg_compatdll.def
|
|
@ -0,0 +1,4 @@
|
|||
/libecpg_compatdll.def
|
||||
/libecpg_compatddll.def
|
||||
/blibecpg_compatdll.def
|
||||
/exports.list
|
|
@ -1,3 +0,0 @@
|
|||
libecpgdll.def
|
||||
libecpgddll.def
|
||||
blibecpgdll.def
|
|
@ -0,0 +1,9 @@
|
|||
/libecpgdll.def
|
||||
/libecpgddll.def
|
||||
/blibecpgdll.def
|
||||
/exports.list
|
||||
|
||||
/path.c
|
||||
/pgstrcasecmp.c
|
||||
/strlcpy.c
|
||||
/thread.c
|
|
@ -0,0 +1,2 @@
|
|||
/ecpg_config.h
|
||||
/stamp-h
|
|
@ -1,3 +0,0 @@
|
|||
libpgtypesdll.def
|
||||
libpgtypesddll.def
|
||||
blibpgtypesdll.def
|
|
@ -0,0 +1,6 @@
|
|||
/libpgtypesdll.def
|
||||
/libpgtypesddll.def
|
||||
/blibpgtypesdll.def
|
||||
/exports.list
|
||||
|
||||
/pgstrcasecmp.c
|
|
@ -1,3 +0,0 @@
|
|||
preproc.c
|
||||
preproc.h
|
||||
pgc.c
|
|
@ -0,0 +1,7 @@
|
|||
/preproc.y
|
||||
/preproc.c
|
||||
/preproc.h
|
||||
/pgc.c
|
||||
|
||||
/ecpg
|
||||
/kwlookup.c
|
|
@ -1,4 +0,0 @@
|
|||
libpqdll.def
|
||||
libpqddll.def
|
||||
blibpqdll.def
|
||||
libpq.rc
|
|
@ -0,0 +1,9 @@
|
|||
/encnames.c
|
||||
/exports.list
|
||||
/ip.c
|
||||
/md5.c
|
||||
/noblock.c
|
||||
/pgstrcasecmp.c
|
||||
/strlcpy.c
|
||||
/thread.c
|
||||
/wchar.c
|
|
@ -0,0 +1,4 @@
|
|||
/SPI.c
|
||||
/Util.c
|
||||
/perlchunks.h
|
||||
/plperl_opmask.h
|
|
@ -1,3 +0,0 @@
|
|||
pl_gram.c
|
||||
pl.tab.h
|
||||
pl_scan.c
|
|
@ -0,0 +1,2 @@
|
|||
/pl_gram.c
|
||||
/pl_gram.h
|
|
@ -0,0 +1,3 @@
|
|||
/libpgport.a
|
||||
/libpgport_srv.a
|
||||
/pg_config_paths.h
|
|
@ -0,0 +1,7 @@
|
|||
# Local binaries
|
||||
/pg_regress
|
||||
|
||||
# Generated subdirectories
|
||||
/tmp_check/
|
||||
/results/
|
||||
/log/
|
|
@ -0,0 +1,8 @@
|
|||
/constraints.out
|
||||
/copy.out
|
||||
/create_function_1.out
|
||||
/create_function_2.out
|
||||
/largeobject.out
|
||||
/largeobject_1.out
|
||||
/misc.out
|
||||
/tablespace.out
|
|
@ -0,0 +1,7 @@
|
|||
/constraints.sql
|
||||
/copy.sql
|
||||
/create_function_1.sql
|
||||
/create_function_2.sql
|
||||
/largeobject.sql
|
||||
/misc.sql
|
||||
/tablespace.sql
|
|
@ -0,0 +1 @@
|
|||
/zic
|
Loading…
Reference in New Issue