Skip to content

Commit

Permalink
Convert cvsignore to gitignore, and add .gitignore for build targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhagander committed Sep 22, 2010
1 parent 01003ec commit fe9b36f
Show file tree
Hide file tree
Showing 89 changed files with 216 additions and 44 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions contrib/adminpack/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/adminpack.sql
1 change: 1 addition & 0 deletions contrib/btree_gin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/btree_gin.sql
1 change: 1 addition & 0 deletions contrib/btree_gist/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/btree_gist.sql
1 change: 1 addition & 0 deletions contrib/chkpass/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/chkpass.sql
1 change: 1 addition & 0 deletions contrib/citext/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/citext.sql
2 changes: 0 additions & 2 deletions contrib/cube/.cvsignore

This file was deleted.

3 changes: 3 additions & 0 deletions contrib/cube/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/cubeparse.c
/cubescan.c
/cube.sql
1 change: 1 addition & 0 deletions contrib/dblink/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/dblink.sql
1 change: 1 addition & 0 deletions contrib/dict_int/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/dict_int.sql
1 change: 1 addition & 0 deletions contrib/dict_xsyn/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/dict_xsyn.sql
1 change: 1 addition & 0 deletions contrib/earthdistance/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/earthdistance.sql
1 change: 1 addition & 0 deletions contrib/fuzzystrmatch/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/fuzzystrmatch.sql
1 change: 1 addition & 0 deletions contrib/hstore/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/hstore.sql
1 change: 1 addition & 0 deletions contrib/intarray/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/_int.sql
1 change: 1 addition & 0 deletions contrib/isn/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/isn.sql
1 change: 1 addition & 0 deletions contrib/lo/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/lo.sql
1 change: 1 addition & 0 deletions contrib/ltree/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/ltree.sql
1 change: 1 addition & 0 deletions contrib/oid2name/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/oid2name
1 change: 1 addition & 0 deletions contrib/pageinspect/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/pageinspect.sql
1 change: 1 addition & 0 deletions contrib/pg_archivecleanup/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/pg_archivecleanup
1 change: 1 addition & 0 deletions contrib/pg_buffercache/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/pg_buffercache.sql
1 change: 1 addition & 0 deletions contrib/pg_freespacemap/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/pg_freespacemap.sql
1 change: 1 addition & 0 deletions contrib/pg_standby/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/pg_standby
1 change: 1 addition & 0 deletions contrib/pg_stat_statements/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/pg_stat_statements.sql
1 change: 1 addition & 0 deletions contrib/pg_trgm/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/pg_trgm.sql
1 change: 1 addition & 0 deletions contrib/pg_upgrade/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/pg_upgrade
1 change: 1 addition & 0 deletions contrib/pgbench/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/pgbench
1 change: 1 addition & 0 deletions contrib/pgcrypto/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/pgcrypto.sql
1 change: 1 addition & 0 deletions contrib/pgrowlocks/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/pgrowlocks.sql
1 change: 1 addition & 0 deletions contrib/pgstattuple/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/pgstattuple.sql
2 changes: 0 additions & 2 deletions contrib/seg/.cvsignore

This file was deleted.

3 changes: 3 additions & 0 deletions contrib/seg/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/segparse.c
/segscan.c
/seg.sql
5 changes: 5 additions & 0 deletions contrib/spi/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/autoinc.sql
/insert_username.sql
/moddatetime.sql
/refint.sql
/timetravel.sql
1 change: 1 addition & 0 deletions contrib/sslinfo/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/sslinfo.sql
1 change: 1 addition & 0 deletions contrib/tablefunc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/tablefunc.sql
1 change: 1 addition & 0 deletions contrib/test_parser/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/test_parser.sql
1 change: 1 addition & 0 deletions contrib/tsearch2/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/tsearch2.sql
1 change: 1 addition & 0 deletions contrib/unaccent/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/unaccent.sql
1 change: 1 addition & 0 deletions contrib/vacuumlo/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vacuumlo
6 changes: 0 additions & 6 deletions doc/src/sgml/.cvsignore

This file was deleted.

10 changes: 10 additions & 0 deletions doc/src/sgml/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/html
/html-stamp
/man1
/man3
/man7
/man-stamp

/features-supported.sgml
/features-unsupported.sgml
/version.sgml
3 changes: 3 additions & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/Makefile.global
/Makefile.port
/Makefile.custom
1 change: 1 addition & 0 deletions src/backend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/postgres
2 changes: 0 additions & 2 deletions src/backend/bootstrap/.cvsignore

This file was deleted.

2 changes: 2 additions & 0 deletions src/backend/bootstrap/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/bootparse.c
/bootscanner.c
4 changes: 0 additions & 4 deletions src/backend/catalog/.cvsignore

This file was deleted.

4 changes: 4 additions & 0 deletions src/backend/catalog/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/postgres.bki
/postgres.description
/postgres.shdescription
/schemapg.h
3 changes: 0 additions & 3 deletions src/backend/parser/.cvsignore

This file was deleted.

3 changes: 3 additions & 0 deletions src/backend/parser/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/gram.h
/gram.c
/scan.c
5 changes: 5 additions & 0 deletions src/backend/port/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/dynloader.c
/pg_latch.c
/pg_sema.c
/pg_shmem.c
/tas.s
1 change: 1 addition & 0 deletions src/backend/snowball/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/snowball_create.sql
2 changes: 0 additions & 2 deletions src/backend/utils/.cvsignore

This file was deleted.

3 changes: 3 additions & 0 deletions src/backend/utils/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/fmgrtab.c
/fmgroids.h
/probes.h
1 change: 1 addition & 0 deletions src/backend/utils/mb/conversion_procs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/conversion_create.sql
1 change: 0 additions & 1 deletion src/backend/utils/misc/.cvsignore

This file was deleted.

1 change: 1 addition & 0 deletions src/backend/utils/misc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/guc-file.c
4 changes: 4 additions & 0 deletions src/bin/initdb/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/encnames.c
/pqsignal.c

/initdb
1 change: 1 addition & 0 deletions src/bin/pg_config/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/pg_config
3 changes: 3 additions & 0 deletions src/bin/pg_controldata/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/pg_crc.c

/pg_controldata
1 change: 1 addition & 0 deletions src/bin/pg_ctl/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/pg_ctl
5 changes: 5 additions & 0 deletions src/bin/pg_dump/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/kwlookup.c

/pg_dump
/pg_dumpall
/pg_restore
3 changes: 3 additions & 0 deletions src/bin/pg_resetxlog/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/pg_crc.c

/pg_resetxlog
3 changes: 0 additions & 3 deletions src/bin/psql/.cvsignore

This file was deleted.

8 changes: 8 additions & 0 deletions src/bin/psql/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/psqlscan.c
/sql_help.h
/sql_help.c
/dumputils.c
/keywords.c
/kwlookup.c

/psql
15 changes: 15 additions & 0 deletions src/bin/scripts/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/clusterdb
/createdb
/createlang
/createuser
/dropdb
/droplang
/dropuser
/reindexdb
/vacuumdb

/dumputils.c
/keywords.c
/kwlookup.c
/mbprint.c
/print.c
5 changes: 5 additions & 0 deletions src/include/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/stamp-h
/pg_config.h
/pg_config_os.h
/dynloader.h

1 change: 1 addition & 0 deletions src/include/catalog/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/schemapg.h
1 change: 1 addition & 0 deletions src/include/parser/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/gram.h
2 changes: 2 additions & 0 deletions src/include/utils/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/fmgroids.h
/probes.h
3 changes: 0 additions & 3 deletions src/interfaces/ecpg/compatlib/.cvsignore

This file was deleted.

4 changes: 4 additions & 0 deletions src/interfaces/ecpg/compatlib/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/libecpg_compatdll.def
/libecpg_compatddll.def
/blibecpg_compatdll.def
/exports.list
3 changes: 0 additions & 3 deletions src/interfaces/ecpg/ecpglib/.cvsignore

This file was deleted.

9 changes: 9 additions & 0 deletions src/interfaces/ecpg/ecpglib/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/libecpgdll.def
/libecpgddll.def
/blibecpgdll.def
/exports.list

/path.c
/pgstrcasecmp.c
/strlcpy.c
/thread.c
2 changes: 2 additions & 0 deletions src/interfaces/ecpg/include/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/ecpg_config.h
/stamp-h
3 changes: 0 additions & 3 deletions src/interfaces/ecpg/pgtypeslib/.cvsignore

This file was deleted.

6 changes: 6 additions & 0 deletions src/interfaces/ecpg/pgtypeslib/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/libpgtypesdll.def
/libpgtypesddll.def
/blibpgtypesdll.def
/exports.list

/pgstrcasecmp.c
4 changes: 0 additions & 4 deletions src/interfaces/ecpg/preproc/.cvsignore

This file was deleted.

7 changes: 7 additions & 0 deletions src/interfaces/ecpg/preproc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/preproc.y
/preproc.c
/preproc.h
/pgc.c

/ecpg
/kwlookup.c
4 changes: 0 additions & 4 deletions src/interfaces/libpq/.cvsignore

This file was deleted.

9 changes: 9 additions & 0 deletions src/interfaces/libpq/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/encnames.c
/exports.list
/ip.c
/md5.c
/noblock.c
/pgstrcasecmp.c
/strlcpy.c
/thread.c
/wchar.c
4 changes: 4 additions & 0 deletions src/pl/plperl/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/SPI.c
/Util.c
/perlchunks.h
/plperl_opmask.h
2 changes: 0 additions & 2 deletions src/pl/plpgsql/src/.cvsignore

This file was deleted.

2 changes: 2 additions & 0 deletions src/pl/plpgsql/src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/pl_gram.c
/pl_gram.h
3 changes: 3 additions & 0 deletions src/port/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/libpgport.a
/libpgport_srv.a
/pg_config_paths.h
7 changes: 7 additions & 0 deletions src/test/regress/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Local binaries
/pg_regress

# Generated subdirectories
/tmp_check/
/results/
/log/
8 changes: 8 additions & 0 deletions src/test/regress/expected/.gitignore
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions src/test/regress/sql/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/constraints.sql
/copy.sql
/create_function_1.sql
/create_function_2.sql
/largeobject.sql
/misc.sql
/tablespace.sql
1 change: 1 addition & 0 deletions src/timezone/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/zic

0 comments on commit fe9b36f

Please sign in to comment.