1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

Convert cvsignore to gitignore, and add .gitignore for build targets.

This commit is contained in:
Magnus Hagander
2010-09-22 12:57:04 +02:00
parent 01003ec3bc
commit fe9b36fd59
89 changed files with 216 additions and 44 deletions

1
src/backend/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/postgres

View File

@@ -1,2 +0,0 @@
bootparse.c
bootscanner.c

2
src/backend/bootstrap/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/bootparse.c
/bootscanner.c

View File

@@ -1,4 +0,0 @@
postgres.bki
postgres.description
postgres.shdescription
schemapg.h

4
src/backend/catalog/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
/postgres.bki
/postgres.description
/postgres.shdescription
/schemapg.h

View File

@@ -1,3 +0,0 @@
gram.h
gram.c
scan.c

3
src/backend/parser/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
/gram.h
/gram.c
/scan.c

5
src/backend/port/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
/dynloader.c
/pg_latch.c
/pg_sema.c
/pg_shmem.c
/tas.s

1
src/backend/snowball/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/snowball_create.sql

View File

@@ -1,2 +0,0 @@
fmgrtab.c
fmgroids.h

3
src/backend/utils/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
/fmgrtab.c
/fmgroids.h
/probes.h

View File

@@ -0,0 +1 @@
/conversion_create.sql

View File

@@ -1 +0,0 @@
guc-file.c

1
src/backend/utils/misc/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/guc-file.c