diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 17:22:10 -0400 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 17:23:05 -0400 |
| commit | 9f5061aa87c3975ebef505b0e7cdb66a652e82d3 (patch) | |
| tree | 68a71fa313c1103bce940c3556e10726992eefed /src/backend | |
| parent | 60591cde12d8b33f1adaf7930e98830c29a5c4cf (diff) | |
Some more gitignore cleanups: cover contrib and PL regression test outputs.
Also do some further work in the back branches, where quite a bit wasn't
covered by Magnus' original back-patch.
Diffstat (limited to 'src/backend')
| -rw-r--r-- | src/backend/bootstrap/.gitignore | 1 | ||||
| -rw-r--r-- | src/backend/parser/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/bootstrap/.gitignore b/src/backend/bootstrap/.gitignore index 1ffe8ca39ed..42a8dc85c4d 100644 --- a/src/backend/bootstrap/.gitignore +++ b/src/backend/bootstrap/.gitignore @@ -1,2 +1,3 @@ /bootparse.c /bootscanner.c +/bootstrap_tokens.h diff --git a/src/backend/parser/.gitignore b/src/backend/parser/.gitignore index 16ac68d257b..6d38a095e62 100644 --- a/src/backend/parser/.gitignore +++ b/src/backend/parser/.gitignore @@ -1,3 +1,4 @@ /gram.h /gram.c /scan.c +/parse.h |
