1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-09 13:09:39 +03:00

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

This commit is contained in:
Magnus Hagander
2010-09-22 12:57:12 +02:00
parent 193ded6370
commit 5fff996347
87 changed files with 216 additions and 36 deletions

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

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

View File

@@ -1,3 +0,0 @@
bootparse.c
bootstrap_tokens.h
bootscanner.c

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

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

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 @@
parse.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